Html Css Color HEX #5B6B2D Dark Olive Green

📋 copy color: '#5B6B2D'

red 91 ◦ green 107 ◦ blue 45

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

Shades of Dark Olive Green #5B6B2D

Tints of Dark Olive Green #5B6B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 37.45%
G = 44.03%
B = 18.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#5B6B2D (or 0x5B6B2D) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 2D. RGB value is (91,107,45). Sum of RGB (Red+Green+Blue) = 91+107+45=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B2D is #A494D2. Grayscale: #5F5F5F. Windows color (decimal): -10786003 or 2976603. OLE color: 2976603.

HSL color Cylindrical-coordinate representation of color #5B6B2D: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B6B2D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 107 45 -
CMYK 0.15 0 0.58 0.58
HSL 75.48º 0.41% 0.3% -
HSV(B) 75.48º 0.58% 0.42% -
XYZ 10.05 12.93 4.45 -
YUV 95.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 91 107 45 0.15 0 0.58 0.58 75.48 0.41 0.3
Hex 5B 6B 2D F 0 3A 3A 4B 29 1E
Octal 133 153 55 17 0 72 72 113 51 36
Binary 1011011 1101011 101101 1111 0 111010 111010 1001011 101001 11110

Color Harmonies of #5B6B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6B2D

Black with #5B6B2D

Text Example


Text Example

White with #5B6B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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