Html Css Color HEX #5E860C Olive Drab

📋 copy color: '#5E860C'

red 94 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #5E860C

Tints of Olive Drab #5E860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 39.17%
G = 55.83%
B = 5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#5E860C (or 0x5E860C) is known color: Olive Drab. HEX triplet: 5E, 86 and 0C. RGB value is (94,134,12). Sum of RGB (Red+Green+Blue) = 94+134+12=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #5E860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E860C is #A179F3. Grayscale: #6C6C6C. Windows color (decimal): -10582516 or 820830. OLE color: 820830.

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

Color convert

RGB 94 134 12 -
CMYK 0.30 0 0.91 0.47
HSL 79.67º 0.84% 0.29% -
HSV(B) 79.67º 0.91% 0.53% -
XYZ 13.21 19.46 3.41 -
YUV 108.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 94 134 12 0.30 0 0.91 0.47 79.67 0.84 0.29
Hex 5E 86 C 1E 0 5B 2F 50 54 1D
Octal 136 206 14 36 0 133 57 120 124 35
Binary 1011110 10000110 1100 11110 0 1011011 101111 1010000 1010100 11101

Color Harmonies of #5E860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E860C

Black with #5E860C

Text Example


Text Example

White with #5E860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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