Html Css Color HEX #5B722A Dark Olive Green

📋 copy color: '#5B722A'

red 91 ◦ green 114 ◦ blue 42

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

Shades of Dark Olive Green #5B722A

Tints of Dark Olive Green #5B722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 36.84%
G = 46.15%
B = 17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#5B722A (or 0x5B722A) is known color: Dark Olive Green. HEX triplet: 5B, 72 and 2A. RGB value is (91,114,42). Sum of RGB (Red+Green+Blue) = 91+114+42=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #5B722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B722A is #A48DD5. Grayscale: #636363. Windows color (decimal): -10784214 or 2781787. OLE color: 2781787.

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

Color convert

RGB 91 114 42 -
CMYK 0.20 0 0.63 0.55
HSL 79.17º 0.46% 0.31% -
HSV(B) 79.17º 0.63% 0.45% -
XYZ 10.75 14.43 4.41 -
YUV 98.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 91 114 42 0.20 0 0.63 0.55 79.17 0.46 0.31
Hex 5B 72 2A 14 0 3F 37 4F 2E 1F
Octal 133 162 52 24 0 77 67 117 56 37
Binary 1011011 1110010 101010 10100 0 111111 110111 1001111 101110 11111

Color Harmonies of #5B722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B722A

Black with #5B722A

Text Example


Text Example

White with #5B722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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