Html Css Color HEX #5D8805 Olive Drab

📋 copy color: '#5D8805'

red 93 ◦ green 136 ◦ blue 5

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

Shades of Olive Drab #5D8805

Tints of Olive Drab #5D8805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 39.74%
G = 58.12%
B = 2.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#5D8805 (or 0x5D8805) is known color: Olive Drab. HEX triplet: 5D, 88 and 05. RGB value is (93,136,5). Sum of RGB (Red+Green+Blue) = 93+136+5=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8805 is #A277FA. Grayscale: #6C6C6C. Windows color (decimal): -10647547 or 362589. OLE color: 362589.

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

Color convert

RGB 93 136 5 -
CMYK 0.32 0 0.96 0.47
HSL 79.69º 0.93% 0.28% -
HSV(B) 79.69º 0.96% 0.53% -
XYZ 13.35 19.95 3.29 -
YUV 108.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 93 136 5 0.32 0 0.96 0.47 79.69 0.93 0.28
Hex 5D 88 5 20 0 60 2F 50 5D 1C
Octal 135 210 5 40 0 140 57 120 135 34
Binary 1011101 10001000 101 100000 0 1100000 101111 1010000 1011101 11100

Color Harmonies of #5D8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8805

Black with #5D8805

Text Example


Text Example

White with #5D8805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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