Html Css Color HEX #5D8812 Olive Drab

📋 copy color: '#5D8812'

red 93 ◦ green 136 ◦ blue 18

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

Shades of Olive Drab #5D8812

Tints of Olive Drab #5D8812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 37.65%
G = 55.06%
B = 7.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#5D8812 (or 0x5D8812) is known color: Olive Drab. HEX triplet: 5D, 88 and 12. RGB value is (93,136,18). Sum of RGB (Red+Green+Blue) = 93+136+18=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8812 is #A277ED. Grayscale: #6E6E6E. Windows color (decimal): -10647534 or 1214557. OLE color: 1214557.

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

Color convert

RGB 93 136 18 -
CMYK 0.32 0 0.87 0.47
HSL 81.86º 0.77% 0.3% -
HSV(B) 81.86º 0.87% 0.53% -
XYZ 13.43 19.98 3.72 -
YUV 109.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 93 136 18 0.32 0 0.87 0.47 81.86 0.77 0.3
Hex 5D 88 12 20 0 57 2F 52 4D 1E
Octal 135 210 22 40 0 127 57 122 115 36
Binary 1011101 10001000 10010 100000 0 1010111 101111 1010010 1001101 11110

Color Harmonies of #5D8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8812

Black with #5D8812

Text Example


Text Example

White with #5D8812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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