Html Css Color HEX #5E752D Dark Olive Green

📋 copy color: '#5E752D'

red 94 ◦ green 117 ◦ blue 45

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

Shades of Dark Olive Green #5E752D

Tints of Dark Olive Green #5E752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 36.72%
G = 45.7%
B = 17.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#5E752D (or 0x5E752D) is known color: Dark Olive Green. HEX triplet: 5E, 75 and 2D. RGB value is (94,117,45). Sum of RGB (Red+Green+Blue) = 94+117+45=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #5E752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E752D is #A18AD2. Grayscale: #666666. Windows color (decimal): -10586835 or 2979166. OLE color: 2979166.

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

Color convert

RGB 94 117 45 -
CMYK 0.20 0 0.62 0.54
HSL 79.17º 0.44% 0.32% -
HSV(B) 79.17º 0.62% 0.46% -
XYZ 11.45 15.29 4.83 -
YUV 101.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 94 117 45 0.20 0 0.62 0.54 79.17 0.44 0.32
Hex 5E 75 2D 14 0 3E 36 4F 2C 20
Octal 136 165 55 24 0 76 66 117 54 40
Binary 1011110 1110101 101101 10100 0 111110 110110 1001111 101100 100000

Color Harmonies of #5E752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E752D

Black with #5E752D

Text Example


Text Example

White with #5E752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,45); }

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

background-color css

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

 a { background-color: rgb(94,117,45); }

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

border-color css

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

 span { border-color: rgb(94,117,45); }

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