Html Css Color HEX #5E840A Olive Drab

📋 copy color: '#5E840A'

red 94 ◦ green 132 ◦ blue 10

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

Shades of Olive Drab #5E840A

Tints of Olive Drab #5E840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 39.83%
G = 55.93%
B = 4.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#5E840A (or 0x5E840A) is known color: Olive Drab. HEX triplet: 5E, 84 and 0A. RGB value is (94,132,10). Sum of RGB (Red+Green+Blue) = 94+132+10=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #5E840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E840A is #A17BF5. Grayscale: #6B6B6B. Windows color (decimal): -10583030 or 689246. OLE color: 689246.

HSL color Cylindrical-coordinate representation of color #5E840A: hue angle of 78.69º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E840A is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 10 -
CMYK 0.29 0 0.92 0.48
HSL 78.69º 0.86% 0.28% -
HSV(B) 78.69º 0.92% 0.52% -
XYZ 12.92 18.9 3.25 -
YUV 106.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 94 132 10 0.29 0 0.92 0.48 78.69 0.86 0.28
Hex 5E 84 A 1D 0 5C 30 4F 56 1C
Octal 136 204 12 35 0 134 60 117 126 34
Binary 1011110 10000100 1010 11101 0 1011100 110000 1001111 1010110 11100

Color Harmonies of #5E840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E840A

Black with #5E840A

Text Example


Text Example

White with #5E840A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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