#5F7733

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

Shades of Dark Olive Green #5F7733

Tints of Dark Olive Green #5F7733

Color information

#5F7733 (or 0x5F7733) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 77 and 33. RGB value is (95,119,51). Sum of RGB (Red+Green+Blue) = 95+119+51=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7733 is #A088CC. Grayscale: #686868. Windows color (decimal): -10520781 or 3372895. OLE color: 3372895.

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

Color convert

RGB9511951-
CMYK0.2000.570.53
HSL81.18º40%33.33%-
HSV(B)81.18º57.14%46.67%-
XYZ11.9115.875.57-
YUV104.0798.05121.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=35.85%
G=44.91%
B=19.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119510.2000.570.5381.184033.33
Hex5F77331403935512821
Octal1371676324071651215041
Binary101111111101111100111010001110011101011010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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