#5F752C

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

Shades of Dark Olive Green #5F752C

Tints of Dark Olive Green #5F752C

Color information

#5F752C (or 0x5F752C) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 75 and 2C. RGB value is (95,117,44). Sum of RGB (Red+Green+Blue) = 95+117+44=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #5F752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F752C is #A08AD3. Grayscale: #666666. Windows color (decimal): -10521300 or 2913631. OLE color: 2913631.

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

Color convert

RGB9511744-
CMYK0.1900.620.54
HSL78.08º45.34%31.57%-
HSV(B)78.08º62.39%45.88%-
XYZ11.5415.344.74-
YUV102.195.21122.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=37.11%
G=45.70%
B=17.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95117440.1900.620.5478.0845.3431.57
Hex5F752C1303E364e2d20
Octal1371655423076661165540
Binary101111111101011011001001101111101101101001110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,117,44); }

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

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

 a { background-color: rgb(95,117,44); }

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

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

 span { border-color: rgb(95,117,44); }

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