#5F772B

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

Shades of Dark Olive Green #5F772B

Tints of Dark Olive Green #5F772B

Color information

#5F772B (or 0x5F772B) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 77 and 2B. RGB value is (95,119,43). Sum of RGB (Red+Green+Blue) = 95+119+43=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #5F772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F772B is #A088D4. Grayscale: #676767. Windows color (decimal): -10520789 or 2848607. OLE color: 2848607.

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

Color convert

RGB9511943-
CMYK0.2000.640.53
HSL78.95º46.91%31.76%-
HSV(B)78.95º63.87%46.67%-
XYZ11.7515.84.72-
YUV103.1694.05122.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=36.96%
G=46.30%
B=16.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119430.2000.640.5378.9546.9131.76
Hex5F772B14040354f2f20
Octal13716753240100651175740
Binary1011111111011110101110100010000001101011001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,43); }

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

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

 a { background-color: rgb(95,119,43); }

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

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

 span { border-color: rgb(95,119,43); }

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