#5C996E

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

Shades of Oxley #5C996E

Tints of Oxley #5C996E

Color information

#5C996E (or 0x5C996E) is unknown color: approx Oxley. HEX triplet: 5C, 99 and 6E. RGB value is (92,153,110). Sum of RGB (Red+Green+Blue) = 92+153+110=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #5C996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C996E is #A36691. Grayscale: #818181. Windows color (decimal): -10708626 or 7248220. OLE color: 7248220.

HSL color Cylindrical-coordinate representation of color #5C996E: hue angle of 137.7º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C996E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB92153110-
CMYK0.4000.280.4
HSL137.7º24.9%48.04%-
HSV(B)137.7º39.87%60%-
XYZ18.6226.1818.82-
YUV129.86116.79101-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=25.92%
G=43.10%
B=30.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921531100.4000.280.4137.724.948.04
Hex5C996E2801C288a1930
Octal13423115650034502123160
Binary10111001001100111011101010000111001010001000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C996E; }

 p { color: rgb(92,153,110); }

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

<style>
 a { background-color: #5C996E; }

 a { background-color: rgb(92,153,110); }

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

<style>
 span { border-color: #5C996E; }

 span { border-color: rgb(92,153,110); }

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