Html Css Color HEX #5E7629 Dark Olive Green

📋 copy color: '#5E7629'

red 94 ◦ green 118 ◦ blue 41

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

Shades of Dark Olive Green #5E7629

Tints of Dark Olive Green #5E7629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 37.15%
G = 46.64%
B = 16.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#5E7629 (or 0x5E7629) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 29. RGB value is (94,118,41). Sum of RGB (Red+Green+Blue) = 94+118+41=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7629 is #A189D6. Grayscale: #666666. Windows color (decimal): -10586583 or 2717278. OLE color: 2717278.

HSL color Cylindrical-coordinate representation of color #5E7629: hue angle of 78.7º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E7629 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 41 -
CMYK 0.20 0 0.65 0.54
HSL 78.7º 0.48% 0.31% -
HSV(B) 78.7º 0.65% 0.46% -
XYZ 11.49 15.5 4.48 -
YUV 102.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 94 118 41 0.20 0 0.65 0.54 78.7 0.48 0.31
Hex 5E 76 29 14 0 41 36 4F 30 1F
Octal 136 166 51 24 0 101 66 117 60 37
Binary 1011110 1110110 101001 10100 0 1000001 110110 1001111 110000 11111

Color Harmonies of #5E7629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7629

Black with #5E7629

Text Example


Text Example

White with #5E7629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,41); }

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

background-color css

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

 a { background-color: rgb(94,118,41); }

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

border-color css

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

 span { border-color: rgb(94,118,41); }

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