#60966F

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

Shades of Oxley #60966F

Tints of Oxley #60966F

Color information

#60966F (or 0x60966F) is unknown color: approx Oxley. HEX triplet: 60, 96 and 6F. RGB value is (96,150,111). Sum of RGB (Red+Green+Blue) = 96+150+111=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #60966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966F is #9F6990. Grayscale: #818181. Windows color (decimal): -10447249 or 7312992. OLE color: 7312992.

HSL color Cylindrical-coordinate representation of color #60966F: hue angle of 136.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60966F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB96150111-
CMYK0.3600.260.41
HSL136.67º21.95%48.24%-
HSV(B)136.67º36%58.82%-
XYZ18.625.4518.97-
YUV129.41117.61104.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=26.89%
G=42.02%
B=31.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501110.3600.260.41136.6721.9548.24
Hex60966F2401A29891630
Octal14022615744032512112660
Binary11000001001011011011111001000110101010011000100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60966F; }

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

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

<style>
 a { background-color: #60966F; }

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

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

<style>
 span { border-color: #60966F; }

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

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