#60a47b

Color #60A47B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #60A47B

Tints of Oxley #60A47B

Color information

#60A47B (or 0x60A47B) is unknown color: approx Oxley. HEX triplet: 60, A4 and 7B. RGB value is (96,164,123). Sum of RGB (Red+Green+Blue) = 96+164+123=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #60A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A47B is #9F5B84. Grayscale: #8B8B8B. Windows color (decimal): -10443653 or 8103008. OLE color: 8103008.

HSL color Cylindrical-coordinate representation of color #60A47B: hue angle of 143.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A47B is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB96164123-
CMYK0.4100.250.36
HSL143.82º27.2%50.98%-
HSV(B)143.82º41.46%64.31%-
XYZ21.6730.4723.48-
YUV138.99118.9797.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=25.07%
G=42.82%
B=32.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961641230.4100.250.36143.8227.250.98
Hex60A47B2901924901b33
Octal14024417351031442203363
Binary11000001010010011110111010010110011001001001000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60a47b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60a47b; }

 p { color: rgb(96,164,123); }

 H1.HeaderClassName
 {
   color: #60a47b;
 }
 .AnyTagClassName
 {
   color: #60a47b;
 }
</style>
background-color css

<style>
 a { background-color: #60a47b; }

 a { background-color: rgb(96,164,123); }

 div.DivClassName
 {
   background-color: #60a47b;
 }
 .BgClassName
 {
   background-color: #60a47b;
 }
</style>
border-color css

<style>
 span { border-color: #60a47b; }

 span { border-color: rgb(96,164,123); }

 td.TdClassName
 {
   border-color: #60a47b;
 }
 .TagClassName
 {
   border-color: #60a47b;
 }
</style>