#60996B

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

Shades of Oxley #60996B

Tints of Oxley #60996B

Color information

#60996B (or 0x60996B) is unknown color: approx Oxley. HEX triplet: 60, 99 and 6B. RGB value is (96,153,107). Sum of RGB (Red+Green+Blue) = 96+153+107=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #60996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60996B is #9F6694. Grayscale: #828282. Windows color (decimal): -10446485 or 7051616. OLE color: 7051616.

HSL color Cylindrical-coordinate representation of color #60996B: hue angle of 131.58º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60996B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB96153107-
CMYK0.3700.300.4
HSL131.58º22.89%48.82%-
HSV(B)131.58º37.25%60%-
XYZ18.8726.3318-
YUV130.71114.62103.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=26.97%
G=42.98%
B=30.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531070.3700.300.4131.5822.8948.82
Hex60996B2501E28841731
Octal14023115345036502042761
Binary11000001001100111010111001010111101010001000010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60996B; }

 p { color: rgb(96,153,107); }

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

<style>
 a { background-color: #60996B; }

 a { background-color: rgb(96,153,107); }

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

<style>
 span { border-color: #60996B; }

 span { border-color: rgb(96,153,107); }

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