Html Css Color HEX #5E772F Dark Olive Green

📋 copy color: '#5E772F'

red 94 ◦ green 119 ◦ blue 47

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

Shades of Dark Olive Green #5E772F

Tints of Dark Olive Green #5E772F

RGB

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

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

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

R = 36.15%
G = 45.77%
B = 18.08%

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

#5E772F (or 0x5E772F) is known color: Dark Olive Green. HEX triplet: 5E, 77 and 2F. RGB value is (94,119,47). Sum of RGB (Red+Green+Blue) = 94+119+47=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #5E772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E772F is #A188D0. Grayscale: #676767. Windows color (decimal): -10586321 or 3110750. OLE color: 3110750.

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

Color convert

RGB 94 119 47 -
CMYK 0.21 0 0.61 0.53
HSL 80.83º 0.43% 0.33% -
HSV(B) 80.83º 0.61% 0.47% -
XYZ 11.73 15.78 5.12 -
YUV 103.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 94 119 47 0.21 0 0.61 0.53 80.83 0.43 0.33
Hex 5E 77 2F 15 0 3D 35 51 2B 21
Octal 136 167 57 25 0 75 65 121 53 41
Binary 1011110 1110111 101111 10101 0 111101 110101 1010001 101011 100001

Color Harmonies of #5E772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E772F

Black with #5E772F

Text Example


Text Example

White with #5E772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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