Html Css Color HEX #5D8505 Olive Drab

📋 copy color: '#5D8505'

red 93 ◦ green 133 ◦ blue 5

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

Shades of Olive Drab #5D8505

Tints of Olive Drab #5D8505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.58%

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

R = 40.26%
G = 57.58%
B = 2.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#5D8505 (or 0x5D8505) is known color: Olive Drab. HEX triplet: 5D, 85 and 05. RGB value is (93,133,5). Sum of RGB (Red+Green+Blue) = 93+133+5=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8505 is #A27AFA. Grayscale: #6A6A6A. Windows color (decimal): -10648315 or 361821. OLE color: 361821.

HSL color Cylindrical-coordinate representation of color #5D8505: hue angle of 78.75º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D8505 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 5 -
CMYK 0.30 0 0.96 0.48
HSL 78.75º 0.93% 0.27% -
HSV(B) 78.75º 0.96% 0.52% -
XYZ 12.93 19.11 3.15 -
YUV 106.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 93 133 5 0.30 0 0.96 0.48 78.75 0.93 0.27
Hex 5D 85 5 1E 0 60 30 4F 5D 1B
Octal 135 205 5 36 0 140 60 117 135 33
Binary 1011101 10000101 101 11110 0 1100000 110000 1001111 1011101 11011

Color Harmonies of #5D8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8505

Black with #5D8505

Text Example


Text Example

White with #5D8505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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