Html Css Color HEX #5E742E Dark Olive Green

📋 copy color: '#5E742E'

red 94 ◦ green 116 ◦ blue 46

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

Shades of Dark Olive Green #5E742E

Tints of Dark Olive Green #5E742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 36.72%
G = 45.31%
B = 17.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#5E742E (or 0x5E742E) is known color: Dark Olive Green. HEX triplet: 5E, 74 and 2E. RGB value is (94,116,46). Sum of RGB (Red+Green+Blue) = 94+116+46=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #5E742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E742E is #A18BD1. Grayscale: #656565. Windows color (decimal): -10587090 or 3044446. OLE color: 3044446.

HSL color Cylindrical-coordinate representation of color #5E742E: hue angle of 78.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E742E is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 46 -
CMYK 0.19 0 0.60 0.55
HSL 78.86º 0.43% 0.32% -
HSV(B) 78.86º 0.6% 0.45% -
XYZ 11.35 15.07 4.89 -
YUV 101.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 94 116 46 0.19 0 0.60 0.55 78.86 0.43 0.32
Hex 5E 74 2E 13 0 3C 37 4F 2B 20
Octal 136 164 56 23 0 74 67 117 53 40
Binary 1011110 1110100 101110 10011 0 111100 110111 1001111 101011 100000

Color Harmonies of #5E742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E742E

Black with #5E742E

Text Example


Text Example

White with #5E742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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