Html Css Color HEX #5D8112 Olive Drab

📋 copy color: '#5D8112'

red 93 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #5D8112

Tints of Olive Drab #5D8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.75%

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

R = 38.75%
G = 53.75%
B = 7.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#5D8112 (or 0x5D8112) is known color: Olive Drab. HEX triplet: 5D, 81 and 12. RGB value is (93,129,18). Sum of RGB (Red+Green+Blue) = 93+129+18=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8112 is #A27EED. Grayscale: #696969. Windows color (decimal): -10649326 or 1212765. OLE color: 1212765.

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

Color convert

RGB 93 129 18 -
CMYK 0.28 0 0.86 0.49
HSL 79.46º 0.76% 0.29% -
HSV(B) 79.46º 0.86% 0.51% -
XYZ 12.47 18.07 3.4 -
YUV 105.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 93 129 18 0.28 0 0.86 0.49 79.46 0.76 0.29
Hex 5D 81 12 1C 0 56 31 4F 4C 1D
Octal 135 201 22 34 0 126 61 117 114 35
Binary 1011101 10000001 10010 11100 0 1010110 110001 1001111 1001100 11101

Color Harmonies of #5D8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8112

Black with #5D8112

Text Example


Text Example

White with #5D8112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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