Html Css Color HEX #5B7126 Dark Olive Green

📋 copy color: '#5B7126'

red 91 ◦ green 113 ◦ blue 38

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

Shades of Dark Olive Green #5B7126

Tints of Dark Olive Green #5B7126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 37.6%
G = 46.69%
B = 15.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#5B7126 (or 0x5B7126) is known color: Dark Olive Green. HEX triplet: 5B, 71 and 26. RGB value is (91,113,38). Sum of RGB (Red+Green+Blue) = 91+113+38=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7126 is #A48ED9. Grayscale: #626262. Windows color (decimal): -10784474 or 2519387. OLE color: 2519387.

HSL color Cylindrical-coordinate representation of color #5B7126: hue angle of 77.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B7126 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 38 -
CMYK 0.19 0 0.66 0.56
HSL 77.6º 0.5% 0.3% -
HSV(B) 77.6º 0.66% 0.44% -
XYZ 10.57 14.17 4.01 -
YUV 97.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 91 113 38 0.19 0 0.66 0.56 77.6 0.5 0.3
Hex 5B 71 26 13 0 42 38 4E 32 1E
Octal 133 161 46 23 0 102 70 116 62 36
Binary 1011011 1110001 100110 10011 0 1000010 111000 1001110 110010 11110

Color Harmonies of #5B7126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7126

Black with #5B7126

Text Example


Text Example

White with #5B7126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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