Html Css Color HEX #5E880A Olive Drab

📋 copy color: '#5E880A'

red 94 ◦ green 136 ◦ blue 10

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

Shades of Olive Drab #5E880A

Tints of Olive Drab #5E880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

 BLUE value IS 10 (4.3% from 255) = 4.17%

R = 39.17%
G = 56.67%
B = 4.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#5E880A (or 0x5E880A) is known color: Olive Drab. HEX triplet: 5E, 88 and 0A. RGB value is (94,136,10). Sum of RGB (Red+Green+Blue) = 94+136+10=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #5E880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E880A is #A177F5. Grayscale: #6D6D6D. Windows color (decimal): -10582006 or 690270. OLE color: 690270.

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

Color convert

RGB 94 136 10 -
CMYK 0.31 0 0.93 0.47
HSL 80º 0.86% 0.29% -
HSV(B) 80º 0.93% 0.53% -
XYZ 13.48 20.01 3.44 -
YUV 109.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 94 136 10 0.31 0 0.93 0.47 80 0.86 0.29
Hex 5E 88 A 1F 0 5D 2F 50 56 1D
Octal 136 210 12 37 0 135 57 120 126 35
Binary 1011110 10001000 1010 11111 0 1011101 101111 1010000 1010110 11101

Color Harmonies of #5E880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E880A

Black with #5E880A

Text Example


Text Example

White with #5E880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,136,10); }

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

background-color css

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

 a { background-color: rgb(94,136,10); }

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

border-color css

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

 span { border-color: rgb(94,136,10); }

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