Html Css Color HEX #5B712F Dark Olive Green

📋 copy color: '#5B712F'

red 91 ◦ green 113 ◦ blue 47

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

Shades of Dark Olive Green #5B712F

Tints of Dark Olive Green #5B712F

RGB

 RED value IS 91 (35.94% from 255) = 36.25%

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

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

R = 36.25%
G = 45.02%
B = 18.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5B712F (or 0x5B712F) is known color: Dark Olive Green. HEX triplet: 5B, 71 and 2F. RGB value is (91,113,47). Sum of RGB (Red+Green+Blue) = 91+113+47=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #5B712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B712F is #A48ED0. Grayscale: #636363. Windows color (decimal): -10784465 or 3109211. OLE color: 3109211.

HSL color Cylindrical-coordinate representation of color #5B712F: hue angle of 80º 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 #5B712F is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 47 -
CMYK 0.19 0 0.58 0.56
HSL 80º 0.41% 0.31% -
HSV(B) 80º 0.58% 0.44% -
XYZ 10.73 14.24 4.87 -
YUV 98.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 91 113 47 0.19 0 0.58 0.56 80 0.41 0.31
Hex 5B 71 2F 13 0 3A 38 50 29 1F
Octal 133 161 57 23 0 72 70 120 51 37
Binary 1011011 1110001 101111 10011 0 111010 111000 1010000 101001 11111

Color Harmonies of #5B712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B712F

Black with #5B712F

Text Example


Text Example

White with #5B712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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