#5F7929

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

Shades of Dark Olive Green #5F7929

Tints of Dark Olive Green #5F7929

Color information

#5F7929 (or 0x5F7929) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 79 and 29. RGB value is (95,121,41). Sum of RGB (Red+Green+Blue) = 95+121+41=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7929 is #A086D6. Grayscale: #686868. Windows color (decimal): -10520279 or 2718047. OLE color: 2718047.

HSL color Cylindrical-coordinate representation of color #5F7929: hue angle of 79.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F7929 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB9512141-
CMYK0.2100.660.53
HSL79.5º49.38%31.76%-
HSV(B)79.5º66.12%47.45%-
XYZ11.9616.274.61-
YUV104.1192.39121.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=36.96%
G=47.08%
B=15.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95121410.2100.660.5379.549.3831.76
Hex5F79291504235503120
Octal13717151250102651206140
Binary1011111111100110100110101010000101101011010000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,41); }

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

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

 a { background-color: rgb(95,121,41); }

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

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

 span { border-color: rgb(95,121,41); }

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