Html Css Color HEX #5D8210 Olive Drab

📋 copy color: '#5D8210'

red 93 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #5D8210

Tints of Olive Drab #5D8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.39%

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

R = 38.91%
G = 54.39%
B = 6.69%

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

#5D8210 (or 0x5D8210) is known color: Olive Drab. HEX triplet: 5D, 82 and 10. RGB value is (93,130,16). Sum of RGB (Red+Green+Blue) = 93+130+16=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8210 is #A27DEF. Grayscale: #6A6A6A. Windows color (decimal): -10649072 or 1081949. OLE color: 1081949.

HSL color Cylindrical-coordinate representation of color #5D8210: hue angle of 79.47º 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 #5D8210 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 130 16 -
CMYK 0.28 0 0.88 0.49
HSL 79.47º 0.78% 0.29% -
HSV(B) 79.47º 0.88% 0.51% -
XYZ 12.59 18.33 3.36 -
YUV 105.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 93 130 16 0.28 0 0.88 0.49 79.47 0.78 0.29
Hex 5D 82 10 1C 0 58 31 4F 4E 1D
Octal 135 202 20 34 0 130 61 117 116 35
Binary 1011101 10000010 10000 11100 0 1011000 110001 1001111 1001110 11101

Color Harmonies of #5D8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8210

Black with #5D8210

Text Example


Text Example

White with #5D8210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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