Html Css Color HEX #5E772E Dark Olive Green

📋 copy color: '#5E772E'

red 94 ◦ green 119 ◦ blue 46

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

Shades of Dark Olive Green #5E772E

Tints of Dark Olive Green #5E772E

RGB

 RED value IS 94 (37.11% from 255) = 36.29%

 GREEN value IS 119 (46.88% from 255) = 45.95%

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

R = 36.29%
G = 45.95%
B = 17.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#5E772E (or 0x5E772E) is known color: Dark Olive Green. HEX triplet: 5E, 77 and 2E. RGB value is (94,119,46). Sum of RGB (Red+Green+Blue) = 94+119+46=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #5E772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E772E is #A188D1. Grayscale: #676767. Windows color (decimal): -10586322 or 3045214. OLE color: 3045214.

HSL color Cylindrical-coordinate representation of color #5E772E: hue angle of 80.55º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E772E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 119 46 -
CMYK 0.21 0 0.61 0.53
HSL 80.55º 0.44% 0.32% -
HSV(B) 80.55º 0.61% 0.47% -
XYZ 11.71 15.77 5.01 -
YUV 103.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 94 119 46 0.21 0 0.61 0.53 80.55 0.44 0.32
Hex 5E 77 2E 15 0 3D 35 51 2C 20
Octal 136 167 56 25 0 75 65 121 54 40
Binary 1011110 1110111 101110 10101 0 111101 110101 1010001 101100 100000

Color Harmonies of #5E772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E772E

Black with #5E772E

Text Example


Text Example

White with #5E772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,46); }

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

background-color css

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

 a { background-color: rgb(94,119,46); }

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

border-color css

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

 span { border-color: rgb(94,119,46); }

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