Html Css Color HEX #5B6B2B Dark Olive Green

📋 copy color: '#5B6B2B'

red 91 ◦ green 107 ◦ blue 43

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

Shades of Dark Olive Green #5B6B2B

Tints of Dark Olive Green #5B6B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 37.76%
G = 44.4%
B = 17.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#5B6B2B (or 0x5B6B2B) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 2B. RGB value is (91,107,43). Sum of RGB (Red+Green+Blue) = 91+107+43=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B2B is #A494D4. Grayscale: #5F5F5F. Windows color (decimal): -10786005 or 2845531. OLE color: 2845531.

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

Color convert

RGB 91 107 43 -
CMYK 0.15 0 0.60 0.58
HSL 75º 0.43% 0.29% -
HSV(B) 75º 0.6% 0.42% -
XYZ 10.01 12.91 4.25 -
YUV 94.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 91 107 43 0.15 0 0.60 0.58 75 0.43 0.29
Hex 5B 6B 2B F 0 3C 3A 4B 2B 1D
Octal 133 153 53 17 0 74 72 113 53 35
Binary 1011011 1101011 101011 1111 0 111100 111010 1001011 101011 11101

Color Harmonies of #5B6B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6B2B

Black with #5B6B2B

Text Example


Text Example

White with #5B6B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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