#5E762C

Color #5E762C Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5E762C

Tints of Dark Olive Green #5E762C

Color information

#5E762C (or 0x5E762C) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 76 and 2C. RGB value is (94,118,44). Sum of RGB (Red+Green+Blue) = 94+118+44=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5E762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E762C is #A189D3. Grayscale: #666666. Windows color (decimal): -10586580 or 2913886. OLE color: 2913886.

HSL color Cylindrical-coordinate representation of color #5E762C: hue angle of 79.46º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E762C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB9411844-
CMYK0.2000.630.54
HSL79.46º45.68%31.76%-
HSV(B)79.46º62.71%46.27%-
XYZ11.5515.524.77-
YUV102.3995.05122.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=36.72%
G=46.09%
B=17.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94118440.2000.630.5479.4645.6831.76
Hex5E762C1403F364f2e20
Octal1361665424077661175640
Binary101111011101101011001010001111111101101001111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,44); }

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

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

 a { background-color: rgb(94,118,44); }

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

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

 span { border-color: rgb(94,118,44); }

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