Html Css Color HEX #5E861D Olive Drab

📋 copy color: '#5E861D'

red 94 ◦ green 134 ◦ blue 29

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

Shades of Olive Drab #5E861D

Tints of Olive Drab #5E861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 36.58%
G = 52.14%
B = 11.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#5E861D (or 0x5E861D) is known color: Olive Drab. HEX triplet: 5E, 86 and 1D. RGB value is (94,134,29). Sum of RGB (Red+Green+Blue) = 94+134+29=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #5E861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E861D is #A179E2. Grayscale: #6E6E6E. Windows color (decimal): -10582499 or 1934942. OLE color: 1934942.

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

Color convert

RGB 94 134 29 -
CMYK 0.30 0 0.78 0.47
HSL 82.86º 0.64% 0.32% -
HSV(B) 82.86º 0.78% 0.53% -
XYZ 13.36 19.52 4.23 -
YUV 110.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 94 134 29 0.30 0 0.78 0.47 82.86 0.64 0.32
Hex 5E 86 1D 1E 0 4E 2F 53 40 20
Octal 136 206 35 36 0 116 57 123 100 40
Binary 1011110 10000110 11101 11110 0 1001110 101111 1010011 1000000 100000

Color Harmonies of #5E861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E861D

Black with #5E861D

Text Example


Text Example

White with #5E861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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