Html Css Color HEX #5D8810 Olive Drab

📋 copy color: '#5D8810'

red 93 ◦ green 136 ◦ blue 16

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

Shades of Olive Drab #5D8810

Tints of Olive Drab #5D8810

RGB

 RED value IS 93 (36.72% from 255) = 37.96%

 GREEN value IS 136 (53.52% from 255) = 55.51%

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

R = 37.96%
G = 55.51%
B = 6.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#5D8810 (or 0x5D8810) is known color: Olive Drab. HEX triplet: 5D, 88 and 10. RGB value is (93,136,16). Sum of RGB (Red+Green+Blue) = 93+136+16=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8810 is #A277EF. Grayscale: #6D6D6D. Windows color (decimal): -10647536 or 1083485. OLE color: 1083485.

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

Color convert

RGB 93 136 16 -
CMYK 0.32 0 0.88 0.47
HSL 81.5º 0.79% 0.3% -
HSV(B) 81.5º 0.88% 0.53% -
XYZ 13.41 19.97 3.64 -
YUV 109.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 93 136 16 0.32 0 0.88 0.47 81.5 0.79 0.3
Hex 5D 88 10 20 0 58 2F 52 4F 1E
Octal 135 210 20 40 0 130 57 122 117 36
Binary 1011101 10001000 10000 100000 0 1011000 101111 1010010 1001111 11110

Color Harmonies of #5D8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8810

Black with #5D8810

Text Example


Text Example

White with #5D8810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,16); }

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

background-color css

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

 a { background-color: rgb(93,136,16); }

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

border-color css

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

 span { border-color: rgb(93,136,16); }

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