Html Css Color HEX #5F712F Dark Olive Green

📋 copy color: '#5F712F'

red 95 ◦ green 113 ◦ blue 47

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

Shades of Dark Olive Green #5F712F

Tints of Dark Olive Green #5F712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 37.25%
G = 44.31%
B = 18.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5F712F (or 0x5F712F) is known color: Dark Olive Green. HEX triplet: 5F, 71 and 2F. RGB value is (95,113,47). Sum of RGB (Red+Green+Blue) = 95+113+47=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #5F712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F712F is #A08ED0. Grayscale: #646464. Windows color (decimal): -10522321 or 3109215. OLE color: 3109215.

HSL color Cylindrical-coordinate representation of color #5F712F: hue angle of 76.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F712F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 113 47 -
CMYK 0.16 0 0.58 0.56
HSL 76.36º 0.41% 0.31% -
HSV(B) 76.36º 0.58% 0.44% -
XYZ 11.14 14.45 4.89 -
YUV 100.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 95 113 47 0.16 0 0.58 0.56 76.36 0.41 0.31
Hex 5F 71 2F 10 0 3A 38 4C 29 1F
Octal 137 161 57 20 0 72 70 114 51 37
Binary 1011111 1110001 101111 10000 0 111010 111000 1001100 101001 11111

Color Harmonies of #5F712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F712F

Black with #5F712F

Text Example


Text Example

White with #5F712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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