#5F7532

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

Shades of Dark Olive Green #5F7532

Tints of Dark Olive Green #5F7532

Color information

#5F7532 (or 0x5F7532) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 75 and 32. RGB value is (95,117,50). Sum of RGB (Red+Green+Blue) = 95+117+50=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7532 is #A08ACD. Grayscale: #676767. Windows color (decimal): -10521294 or 3306847. OLE color: 3306847.

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

Color convert

RGB9511750-
CMYK0.1900.570.54
HSL79.7º40.12%32.75%-
HSV(B)79.7º57.26%45.88%-
XYZ11.6615.395.37-
YUV102.7898.21122.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=36.26%
G=44.66%
B=19.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95117500.1900.570.5479.740.1232.75
Hex5F75321303936502821
Octal1371656223071661205041
Binary101111111101011100101001101110011101101010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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