Html Css Color HEX #5E8410 Olive Drab

📋 copy color: '#5E8410'

red 94 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #5E8410

Tints of Olive Drab #5E8410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 38.84%
G = 54.55%
B = 6.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#5E8410 (or 0x5E8410) is known color: Olive Drab. HEX triplet: 5E, 84 and 10. RGB value is (94,132,16). Sum of RGB (Red+Green+Blue) = 94+132+16=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8410 is #A17BEF. Grayscale: #6B6B6B. Windows color (decimal): -10583024 or 1082462. OLE color: 1082462.

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

Color convert

RGB 94 132 16 -
CMYK 0.29 0 0.88 0.48
HSL 79.66º 0.78% 0.29% -
HSV(B) 79.66º 0.88% 0.52% -
XYZ 12.96 18.92 3.46 -
YUV 107.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 94 132 16 0.29 0 0.88 0.48 79.66 0.78 0.29
Hex 5E 84 10 1D 0 58 30 50 4E 1D
Octal 136 204 20 35 0 130 60 120 116 35
Binary 1011110 10000100 10000 11101 0 1011000 110000 1010000 1001110 11101

Color Harmonies of #5E8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8410

Black with #5E8410

Text Example


Text Example

White with #5E8410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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