Html Css Color HEX #5B712D Dark Olive Green

📋 copy color: '#5B712D'

red 91 ◦ green 113 ◦ blue 45

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

Shades of Dark Olive Green #5B712D

Tints of Dark Olive Green #5B712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 36.55%
G = 45.38%
B = 18.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#5B712D (or 0x5B712D) is known color: Dark Olive Green. HEX triplet: 5B, 71 and 2D. RGB value is (91,113,45). Sum of RGB (Red+Green+Blue) = 91+113+45=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #5B712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B712D is #A48ED2. Grayscale: #626262. Windows color (decimal): -10784467 or 2978139. OLE color: 2978139.

HSL color Cylindrical-coordinate representation of color #5B712D: hue angle of 79.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B712D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 45 -
CMYK 0.19 0 0.60 0.56
HSL 79.41º 0.43% 0.31% -
HSV(B) 79.41º 0.6% 0.44% -
XYZ 10.69 14.22 4.66 -
YUV 98.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 91 113 45 0.19 0 0.60 0.56 79.41 0.43 0.31
Hex 5B 71 2D 13 0 3C 38 4F 2B 1F
Octal 133 161 55 23 0 74 70 117 53 37
Binary 1011011 1110001 101101 10011 0 111100 111000 1001111 101011 11111

Color Harmonies of #5B712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B712D

Black with #5B712D

Text Example


Text Example

White with #5B712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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