#60966E

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

Shades of Oxley #60966E

Tints of Oxley #60966E

Color information

#60966E (or 0x60966E) is unknown color: approx Oxley. HEX triplet: 60, 96 and 6E. RGB value is (96,150,110). Sum of RGB (Red+Green+Blue) = 96+150+110=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #60966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60966E is #9F6991. Grayscale: #818181. Windows color (decimal): -10447250 or 7247456. OLE color: 7247456.

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

Color convert

RGB96150110-
CMYK0.3600.270.41
HSL135.56º21.95%48.24%-
HSV(B)135.56º36%58.82%-
XYZ18.5425.4318.68-
YUV129.29117.11104.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=26.97%
G=42.13%
B=30.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501100.3600.270.41135.5621.9548.24
Hex60966E2401B29881630
Octal14022615644033512102660
Binary11000001001011011011101001000110111010011000100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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