Html Css Color HEX #5E762C Dark Olive Green

📋 copy color: '#5E762C'

red 94 ◦ green 118 ◦ blue 44

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

Shades of Dark Olive Green #5E762C

Tints of Dark Olive Green #5E762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 36.72%
G = 46.09%
B = 17.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#5E762C (or 0x5E762C) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 2C. RGB value is (94,118,44). Sum of RGB (Red+Green+Blue) = 94+118+44=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5E762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E762C is #A189D3. Grayscale: #666666. Windows color (decimal): -10586580 or 2913886. OLE color: 2913886.

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

Color convert

RGB 94 118 44 -
CMYK 0.20 0 0.63 0.54
HSL 79.46º 0.46% 0.32% -
HSV(B) 79.46º 0.63% 0.46% -
XYZ 11.55 15.52 4.77 -
YUV 102.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 94 118 44 0.20 0 0.63 0.54 79.46 0.46 0.32
Hex 5E 76 2C 14 0 3F 36 4F 2E 20
Octal 136 166 54 24 0 77 66 117 56 40
Binary 1011110 1110110 101100 10100 0 111111 110110 1001111 101110 100000

Color Harmonies of #5E762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E762C

Black with #5E762C

Text Example


Text Example

White with #5E762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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