Html Css Color HEX #5B6B2E Dark Olive Green

📋 copy color: '#5B6B2E'

red 91 ◦ green 107 ◦ blue 46

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

Shades of Dark Olive Green #5B6B2E

Tints of Dark Olive Green #5B6B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 37.3%
G = 43.85%
B = 18.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#5B6B2E (or 0x5B6B2E) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 2E. RGB value is (91,107,46). Sum of RGB (Red+Green+Blue) = 91+107+46=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B2E is #A494D1. Grayscale: #5F5F5F. Windows color (decimal): -10786002 or 3042139. OLE color: 3042139.

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

Color convert

RGB 91 107 46 -
CMYK 0.15 0 0.57 0.58
HSL 75.74º 0.4% 0.3% -
HSV(B) 75.74º 0.57% 0.42% -
XYZ 10.07 12.94 4.55 -
YUV 95.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 91 107 46 0.15 0 0.57 0.58 75.74 0.4 0.3
Hex 5B 6B 2E F 0 39 3A 4C 28 1E
Octal 133 153 56 17 0 71 72 114 50 36
Binary 1011011 1101011 101110 1111 0 111001 111010 1001100 101000 11110

Color Harmonies of #5B6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6B2E

Black with #5B6B2E

Text Example


Text Example

White with #5B6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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