Html Css Color HEX #5B6937 Dark Olive Green

📋 copy color: '#5B6937'

red 91 ◦ green 105 ◦ blue 55

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

Shades of Dark Olive Green #5B6937

Tints of Dark Olive Green #5B6937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 36.25%
G = 41.83%
B = 21.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#5B6937 (or 0x5B6937) is known color: Dark Olive Green. HEX triplet: 5B, 69 and 37. RGB value is (91,105,55). Sum of RGB (Red+Green+Blue) = 91+105+55=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6937 is #A496C8. Grayscale: #5F5F5F. Windows color (decimal): -10786505 or 3631451. OLE color: 3631451.

HSL color Cylindrical-coordinate representation of color #5B6937: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6937 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 55 -
CMYK 0.13 0 0.48 0.59
HSL 76.8º 0.31% 0.31% -
HSV(B) 76.8º 0.48% 0.41% -
XYZ 10.06 12.6 5.52 -
YUV 95.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 91 105 55 0.13 0 0.48 0.59 76.8 0.31 0.31
Hex 5B 69 37 D 0 30 3B 4D 1F 1F
Octal 133 151 67 15 0 60 73 115 37 37
Binary 1011011 1101001 110111 1101 0 110000 111011 1001101 11111 11111

Color Harmonies of #5B6937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6937

Black with #5B6937

Text Example


Text Example

White with #5B6937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,55); }

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

background-color css

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

 a { background-color: rgb(91,105,55); }

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

border-color css

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

 span { border-color: rgb(91,105,55); }

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