Html Css Color HEX #5B722F Dark Olive Green

📋 copy color: '#5B722F'

red 91 ◦ green 114 ◦ blue 47

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

Shades of Dark Olive Green #5B722F

Tints of Dark Olive Green #5B722F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 36.11%
G = 45.24%
B = 18.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#5B722F (or 0x5B722F) is known color: Dark Olive Green. HEX triplet: 5B, 72 and 2F. RGB value is (91,114,47). Sum of RGB (Red+Green+Blue) = 91+114+47=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #5B722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B722F is #A48DD0. Grayscale: #636363. Windows color (decimal): -10784209 or 3109467. OLE color: 3109467.

HSL color Cylindrical-coordinate representation of color #5B722F: hue angle of 80.6º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B722F is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 47 -
CMYK 0.20 0 0.59 0.55
HSL 80.6º 0.42% 0.32% -
HSV(B) 80.6º 0.59% 0.45% -
XYZ 10.84 14.46 4.91 -
YUV 99.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 91 114 47 0.20 0 0.59 0.55 80.6 0.42 0.32
Hex 5B 72 2F 14 0 3B 37 51 2A 20
Octal 133 162 57 24 0 73 67 121 52 40
Binary 1011011 1110010 101111 10100 0 111011 110111 1010001 101010 100000

Color Harmonies of #5B722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B722F

Black with #5B722F

Text Example


Text Example

White with #5B722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,47); }

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

background-color css

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

 a { background-color: rgb(91,114,47); }

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

border-color css

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

 span { border-color: rgb(91,114,47); }

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