Html Css Color HEX #5E8310 Olive Drab

📋 copy color: '#5E8310'

red 94 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #5E8310

Tints of Olive Drab #5E8310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.36%

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

R = 39%
G = 54.36%
B = 6.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#5E8310 (or 0x5E8310) is known color: Olive Drab. HEX triplet: 5E, 83 and 10. RGB value is (94,131,16). Sum of RGB (Red+Green+Blue) = 94+131+16=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8310 is #A17CEF. Grayscale: #6B6B6B. Windows color (decimal): -10583280 or 1082206. OLE color: 1082206.

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

Color convert

RGB 94 131 16 -
CMYK 0.28 0 0.88 0.49
HSL 79.3º 0.78% 0.29% -
HSV(B) 79.3º 0.88% 0.51% -
XYZ 12.83 18.65 3.41 -
YUV 106.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 94 131 16 0.28 0 0.88 0.49 79.3 0.78 0.29
Hex 5E 83 10 1C 0 58 31 4F 4E 1D
Octal 136 203 20 34 0 130 61 117 116 35
Binary 1011110 10000011 10000 11100 0 1011000 110001 1001111 1001110 11101

Color Harmonies of #5E8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8310

Black with #5E8310

Text Example


Text Example

White with #5E8310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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