Html Css Color HEX #5E782F Dark Olive Green

📋 copy color: '#5E782F'

red 94 ◦ green 120 ◦ blue 47

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

Shades of Dark Olive Green #5E782F

Tints of Dark Olive Green #5E782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

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

R = 36.02%
G = 45.98%
B = 18.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#5E782F (or 0x5E782F) is known color: Dark Olive Green. HEX triplet: 5E, 78 and 2F. RGB value is (94,120,47). Sum of RGB (Red+Green+Blue) = 94+120+47=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #5E782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E782F is #A187D0. Grayscale: #686868. Windows color (decimal): -10586065 or 3111006. OLE color: 3111006.

HSL color Cylindrical-coordinate representation of color #5E782F: hue angle of 81.37º degrees, saturation: 0.44, 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 #5E782F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 120 47 -
CMYK 0.22 0 0.61 0.53
HSL 81.37º 0.44% 0.33% -
HSV(B) 81.37º 0.61% 0.47% -
XYZ 11.85 16.02 5.16 -
YUV 103.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 94 120 47 0.22 0 0.61 0.53 81.37 0.44 0.33
Hex 5E 78 2F 16 0 3D 35 51 2C 21
Octal 136 170 57 26 0 75 65 121 54 41
Binary 1011110 1111000 101111 10110 0 111101 110101 1010001 101100 100001

Color Harmonies of #5E782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E782F

Black with #5E782F

Text Example


Text Example

White with #5E782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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