Html Css Color HEX #5E861C Olive Drab

📋 copy color: '#5E861C'

red 94 ◦ green 134 ◦ blue 28

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

Shades of Olive Drab #5E861C

Tints of Olive Drab #5E861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 36.72%
G = 52.34%
B = 10.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#5E861C (or 0x5E861C) is known color: Olive Drab. HEX triplet: 5E, 86 and 1C. RGB value is (94,134,28). Sum of RGB (Red+Green+Blue) = 94+134+28=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #5E861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E861C is #A179E3. Grayscale: #6E6E6E. Windows color (decimal): -10582500 or 1869406. OLE color: 1869406.

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

Color convert

RGB 94 134 28 -
CMYK 0.30 0 0.79 0.47
HSL 82.64º 0.65% 0.32% -
HSV(B) 82.64º 0.79% 0.53% -
XYZ 13.35 19.51 4.16 -
YUV 109.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 94 134 28 0.30 0 0.79 0.47 82.64 0.65 0.32
Hex 5E 86 1C 1E 0 4F 2F 53 41 20
Octal 136 206 34 36 0 117 57 123 101 40
Binary 1011110 10000110 11100 11110 0 1001111 101111 1010011 1000001 100000

Color Harmonies of #5E861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E861C

Black with #5E861C

Text Example


Text Example

White with #5E861C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,134,28); }

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

background-color css

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

 a { background-color: rgb(94,134,28); }

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

border-color css

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

 span { border-color: rgb(94,134,28); }

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