Html Css Color HEX #5D8508 Olive Drab

📋 copy color: '#5D8508'

red 93 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #5D8508

Tints of Olive Drab #5D8508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 39.74%
G = 56.84%
B = 3.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#5D8508 (or 0x5D8508) is known color: Olive Drab. HEX triplet: 5D, 85 and 08. RGB value is (93,133,8). Sum of RGB (Red+Green+Blue) = 93+133+8=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8508 is #A27AF7. Grayscale: #6B6B6B. Windows color (decimal): -10648312 or 558429. OLE color: 558429.

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

Color convert

RGB 93 133 8 -
CMYK 0.30 0 0.94 0.48
HSL 79.2º 0.89% 0.28% -
HSV(B) 79.2º 0.94% 0.52% -
XYZ 12.95 19.12 3.24 -
YUV 106.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 93 133 8 0.30 0 0.94 0.48 79.2 0.89 0.28
Hex 5D 85 8 1E 0 5E 30 4F 59 1C
Octal 135 205 10 36 0 136 60 117 131 34
Binary 1011101 10000101 1000 11110 0 1011110 110000 1001111 1011001 11100

Color Harmonies of #5D8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8508

Black with #5D8508

Text Example


Text Example

White with #5D8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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