Html Css Color HEX #5E792A Dark Olive Green

📋 copy color: '#5E792A'

red 94 ◦ green 121 ◦ blue 42

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

Shades of Dark Olive Green #5E792A

Tints of Dark Olive Green #5E792A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

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

R = 36.58%
G = 47.08%
B = 16.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#5E792A (or 0x5E792A) is known color: Dark Olive Green. HEX triplet: 5E, 79 and 2A. RGB value is (94,121,42). Sum of RGB (Red+Green+Blue) = 94+121+42=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #5E792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E792A is #A186D5. Grayscale: #686868. Windows color (decimal): -10585814 or 2783582. OLE color: 2783582.

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

Color convert

RGB 94 121 42 -
CMYK 0.22 0 0.65 0.53
HSL 80.51º 0.48% 0.32% -
HSV(B) 80.51º 0.65% 0.47% -
XYZ 11.87 16.22 4.7 -
YUV 103.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 94 121 42 0.22 0 0.65 0.53 80.51 0.48 0.32
Hex 5E 79 2A 16 0 41 35 51 30 20
Octal 136 171 52 26 0 101 65 121 60 40
Binary 1011110 1111001 101010 10110 0 1000001 110101 1010001 110000 100000

Color Harmonies of #5E792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E792A

Black with #5E792A

Text Example


Text Example

White with #5E792A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,42); }

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

background-color css

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

 a { background-color: rgb(94,121,42); }

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

border-color css

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

 span { border-color: rgb(94,121,42); }

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