Html Css Color HEX #5F732F Dark Olive Green

📋 copy color: '#5F732F'

red 95 ◦ green 115 ◦ blue 47

#5F732F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #5F732F

Tints of Dark Olive Green #5F732F

RGB

 RED value IS 95 (37.5% from 255) = 36.96%

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 36.96%
G = 44.75%
B = 18.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#5F732F (or 0x5F732F) is known color: Dark Olive Green. HEX triplet: 5F, 73 and 2F. RGB value is (95,115,47). Sum of RGB (Red+Green+Blue) = 95+115+47=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #5F732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F732F is #A08CD0. Grayscale: #656565. Windows color (decimal): -10521809 or 3109727. OLE color: 3109727.

HSL color Cylindrical-coordinate representation of color #5F732F: hue angle of 77.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F732F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 47 -
CMYK 0.17 0 0.59 0.55
HSL 77.65º 0.42% 0.32% -
HSV(B) 77.65º 0.59% 0.45% -
XYZ 11.36 14.9 4.97 -
YUV 101.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 95 115 47 0.17 0 0.59 0.55 77.65 0.42 0.32
Hex 5F 73 2F 11 0 3B 37 4E 2A 20
Octal 137 163 57 21 0 73 67 116 52 40
Binary 1011111 1110011 101111 10001 0 111011 110111 1001110 101010 100000

Color Harmonies of #5F732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F732F

Black with #5F732F

Text Example


Text Example

White with #5F732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,47); }

 H1.HeaderClassName
 {
   color: #5F732F;
 }
 .AnyTagClassName
 {
   color: #5F732F;
 }
</style>

background-color css

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

 a { background-color: rgb(95,115,47); }

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

border-color css

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

 span { border-color: rgb(95,115,47); }

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