Html Css Color HEX #5E8610 Olive Drab

📋 copy color: '#5E8610'

red 94 ◦ green 134 ◦ blue 16

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

Shades of Olive Drab #5E8610

Tints of Olive Drab #5E8610

RGB

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

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

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

R = 38.52%
G = 54.92%
B = 6.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#5E8610 (or 0x5E8610) is known color: Olive Drab. HEX triplet: 5E, 86 and 10. RGB value is (94,134,16). Sum of RGB (Red+Green+Blue) = 94+134+16=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8610 is #A179EF. Grayscale: #6D6D6D. Windows color (decimal): -10582512 or 1082974. OLE color: 1082974.

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

Color convert

RGB 94 134 16 -
CMYK 0.30 0 0.88 0.47
HSL 80.34º 0.79% 0.29% -
HSV(B) 80.34º 0.88% 0.53% -
XYZ 13.23 19.47 3.55 -
YUV 108.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 94 134 16 0.30 0 0.88 0.47 80.34 0.79 0.29
Hex 5E 86 10 1E 0 58 2F 50 4F 1D
Octal 136 206 20 36 0 130 57 120 117 35
Binary 1011110 10000110 10000 11110 0 1011000 101111 1010000 1001111 11101

Color Harmonies of #5E8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8610

Black with #5E8610

Text Example


Text Example

White with #5E8610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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