Html Css Color HEX #5E861F Olive Drab

📋 copy color: '#5E861F'

red 94 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #5E861F

Tints of Olive Drab #5E861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 36.29%
G = 51.74%
B = 11.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#5E861F (or 0x5E861F) is known color: Olive Drab. HEX triplet: 5E, 86 and 1F. RGB value is (94,134,31). Sum of RGB (Red+Green+Blue) = 94+134+31=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #5E861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E861F is #A179E0. Grayscale: #6E6E6E. Windows color (decimal): -10582497 or 2066014. OLE color: 2066014.

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

Color convert

RGB 94 134 31 -
CMYK 0.30 0 0.77 0.47
HSL 83.3º 0.62% 0.32% -
HSV(B) 83.3º 0.77% 0.53% -
XYZ 13.39 19.53 4.36 -
YUV 110.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 94 134 31 0.30 0 0.77 0.47 83.3 0.62 0.32
Hex 5E 86 1F 1E 0 4D 2F 53 3E 20
Octal 136 206 37 36 0 115 57 123 76 40
Binary 1011110 10000110 11111 11110 0 1001101 101111 1010011 111110 100000

Color Harmonies of #5E861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E861F

Black with #5E861F

Text Example


Text Example

White with #5E861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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