Html Css Color HEX #5E810A Olive Drab

📋 copy color: '#5E810A'

red 94 ◦ green 129 ◦ blue 10

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

Shades of Olive Drab #5E810A

Tints of Olive Drab #5E810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.36%

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

R = 40.34%
G = 55.36%
B = 4.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#5E810A (or 0x5E810A) is known color: Olive Drab. HEX triplet: 5E, 81 and 0A. RGB value is (94,129,10). Sum of RGB (Red+Green+Blue) = 94+129+10=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #5E810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E810A is #A17EF5. Grayscale: #696969. Windows color (decimal): -10583798 or 688478. OLE color: 688478.

HSL color Cylindrical-coordinate representation of color #5E810A: hue angle of 77.65º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E810A is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 129 10 -
CMYK 0.27 0 0.92 0.49
HSL 77.65º 0.86% 0.27% -
HSV(B) 77.65º 0.92% 0.51% -
XYZ 12.52 18.1 3.12 -
YUV 104.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 94 129 10 0.27 0 0.92 0.49 77.65 0.86 0.27
Hex 5E 81 A 1B 0 5C 31 4E 56 1B
Octal 136 201 12 33 0 134 61 116 126 33
Binary 1011110 10000001 1010 11011 0 1011100 110001 1001110 1010110 11011

Color Harmonies of #5E810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E810A

Black with #5E810A

Text Example


Text Example

White with #5E810A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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