Html Css Color HEX #5E702F Dark Olive Green

📋 copy color: '#5E702F'

red 94 ◦ green 112 ◦ blue 47

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

Shades of Dark Olive Green #5E702F

Tints of Dark Olive Green #5E702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 37.15%
G = 44.27%
B = 18.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5E702F (or 0x5E702F) is known color: Dark Olive Green. HEX triplet: 5E, 70 and 2F. RGB value is (94,112,47). Sum of RGB (Red+Green+Blue) = 94+112+47=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #5E702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E702F is #A18FD0. Grayscale: #636363. Windows color (decimal): -10588113 or 3108958. OLE color: 3108958.

HSL color Cylindrical-coordinate representation of color #5E702F: hue angle of 76.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E702F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 47 -
CMYK 0.16 0 0.58 0.56
HSL 76.62º 0.41% 0.31% -
HSV(B) 76.62º 0.58% 0.44% -
XYZ 10.92 14.17 4.85 -
YUV 99.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 94 112 47 0.16 0 0.58 0.56 76.62 0.41 0.31
Hex 5E 70 2F 10 0 3A 38 4D 29 1F
Octal 136 160 57 20 0 72 70 115 51 37
Binary 1011110 1110000 101111 10000 0 111010 111000 1001101 101001 11111

Color Harmonies of #5E702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E702F

Black with #5E702F

Text Example


Text Example

White with #5E702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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