Html Css Color HEX #5E712E Dark Olive Green

📋 copy color: '#5E712E'

red 94 ◦ green 113 ◦ blue 46

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

Shades of Dark Olive Green #5E712E

Tints of Dark Olive Green #5E712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

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

R = 37.15%
G = 44.66%
B = 18.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#5E712E (or 0x5E712E) is known color: Dark Olive Green. HEX triplet: 5E, 71 and 2E. RGB value is (94,113,46). Sum of RGB (Red+Green+Blue) = 94+113+46=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5E712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E712E is #A18ED1. Grayscale: #636363. Windows color (decimal): -10587858 or 3043678. OLE color: 3043678.

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

Color convert

RGB 94 113 46 -
CMYK 0.17 0 0.59 0.56
HSL 77.01º 0.42% 0.31% -
HSV(B) 77.01º 0.59% 0.44% -
XYZ 11.01 14.39 4.78 -
YUV 99.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 94 113 46 0.17 0 0.59 0.56 77.01 0.42 0.31
Hex 5E 71 2E 11 0 3B 38 4D 2A 1F
Octal 136 161 56 21 0 73 70 115 52 37
Binary 1011110 1110001 101110 10001 0 111011 111000 1001101 101010 11111

Color Harmonies of #5E712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E712E

Black with #5E712E

Text Example


Text Example

White with #5E712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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