Html Css Color HEX #5D8208 Olive Drab

📋 copy color: '#5D8208'

red 93 ◦ green 130 ◦ blue 8

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

Shades of Olive Drab #5D8208

Tints of Olive Drab #5D8208

RGB

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

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

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

R = 40.26%
G = 56.28%
B = 3.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#5D8208 (or 0x5D8208) is known color: Olive Drab. HEX triplet: 5D, 82 and 08. RGB value is (93,130,8). Sum of RGB (Red+Green+Blue) = 93+130+8=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8208 is #A27DF7. Grayscale: #696969. Windows color (decimal): -10649080 or 557661. OLE color: 557661.

HSL color Cylindrical-coordinate representation of color #5D8208: hue angle of 78.2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D8208 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 130 8 -
CMYK 0.28 0 0.94 0.49
HSL 78.2º 0.88% 0.27% -
HSV(B) 78.2º 0.94% 0.51% -
XYZ 12.54 18.31 3.1 -
YUV 105.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 93 130 8 0.28 0 0.94 0.49 78.2 0.88 0.27
Hex 5D 82 8 1C 0 5E 31 4E 58 1B
Octal 135 202 10 34 0 136 61 116 130 33
Binary 1011101 10000010 1000 11100 0 1011110 110001 1001110 1011000 11011

Color Harmonies of #5D8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8208

Black with #5D8208

Text Example


Text Example

White with #5D8208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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