#60A46F

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

Shades of Oxley #60A46F

Tints of Oxley #60A46F

Color information

#60A46F (or 0x60A46F) is unknown color: approx Oxley. HEX triplet: 60, A4 and 6F. RGB value is (96,164,111). Sum of RGB (Red+Green+Blue) = 96+164+111=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #60A46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A46F is #9F5B90. Grayscale: #898989. Windows color (decimal): -10443665 or 7316576. OLE color: 7316576.

HSL color Cylindrical-coordinate representation of color #60A46F: hue angle of 133.24º 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 #60A46F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB96164111-
CMYK0.4100.320.36
HSL133.24º27.2%50.98%-
HSV(B)133.24º41.46%64.31%-
XYZ20.9730.1919.76-
YUV137.63112.9798.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=25.88%
G=44.20%
B=29.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961641110.4100.320.36133.2427.250.98
Hex60A46F2902024851b33
Octal14024415751040442053363
Binary110000010100100110111110100101000001001001000010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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