Html Css Color HEX #5D8716 Olive Drab

📋 copy color: '#5D8716'

red 93 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #5D8716

Tints of Olive Drab #5D8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 37.2%
G = 54%
B = 8.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#5D8716 (or 0x5D8716) is known color: Olive Drab. HEX triplet: 5D, 87 and 16. RGB value is (93,135,22). Sum of RGB (Red+Green+Blue) = 93+135+22=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8716 is #A278E9. Grayscale: #6D6D6D. Windows color (decimal): -10647786 or 1476445. OLE color: 1476445.

HSL color Cylindrical-coordinate representation of color #5D8716: hue angle of 82.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D8716 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 135 22 -
CMYK 0.31 0 0.84 0.47
HSL 82.3º 0.72% 0.31% -
HSV(B) 82.3º 0.84% 0.53% -
XYZ 13.32 19.71 3.86 -
YUV 109.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 93 135 22 0.31 0 0.84 0.47 82.3 0.72 0.31
Hex 5D 87 16 1F 0 54 2F 52 48 1F
Octal 135 207 26 37 0 124 57 122 110 37
Binary 1011101 10000111 10110 11111 0 1010100 101111 1010010 1001000 11111

Color Harmonies of #5D8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8716

Black with #5D8716

Text Example


Text Example

White with #5D8716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,135,22); }

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

background-color css

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

 a { background-color: rgb(93,135,22); }

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

border-color css

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

 span { border-color: rgb(93,135,22); }

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