Html Css Color HEX #5E8705 Olive Drab

📋 copy color: '#5E8705'

red 94 ◦ green 135 ◦ blue 5

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

Shades of Olive Drab #5E8705

Tints of Olive Drab #5E8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.69%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 40.17%
G = 57.69%
B = 2.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#5E8705 (or 0x5E8705) is known color: Olive Drab. HEX triplet: 5E, 87 and 05. RGB value is (94,135,5). Sum of RGB (Red+Green+Blue) = 94+135+5=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8705 is #A178FA. Grayscale: #6C6C6C. Windows color (decimal): -10582267 or 362334. OLE color: 362334.

HSL color Cylindrical-coordinate representation of color #5E8705: hue angle of 78.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8705 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 135 5 -
CMYK 0.30 0 0.96 0.47
HSL 78.92º 0.93% 0.27% -
HSV(B) 78.92º 0.96% 0.53% -
XYZ 13.31 19.72 3.25 -
YUV 107.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 94 135 5 0.30 0 0.96 0.47 78.92 0.93 0.27
Hex 5E 87 5 1E 0 60 2F 4F 5D 1B
Octal 136 207 5 36 0 140 57 117 135 33
Binary 1011110 10000111 101 11110 0 1100000 101111 1001111 1011101 11011

Color Harmonies of #5E8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8705

Black with #5E8705

Text Example


Text Example

White with #5E8705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,135,5); }

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

background-color css

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

 a { background-color: rgb(94,135,5); }

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

border-color css

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

 span { border-color: rgb(94,135,5); }

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