Html Css Color HEX #5D8100 Olive Drab

📋 copy color: '#5D8100'

red 93 ◦ green 129 ◦ blue 0

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

Shades of Olive Drab #5D8100

Tints of Olive Drab #5D8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.89%
G = 58.11%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#5D8100 (or 0x5D8100) is known color: Olive Drab. HEX triplet: 5D, 81 and 00. RGB value is (93,129,0). Sum of RGB (Red+Green+Blue) = 93+129+0=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8100 is #A27EFF. Grayscale: #686868. Windows color (decimal): -10649344 or 33117. OLE color: 33117.

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

Color convert

RGB 93 129 0 -
CMYK 0.28 0 1 0.49
HSL 76.74º 1% 0.25% -
HSV(B) 76.74º 1% 0.51% -
XYZ 12.36 18.03 2.83 -
YUV 103.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 93 129 0 0.28 0 1 0.49 76.74 1 0.25
Hex 5D 81 0 1C 0 64 31 4D 64 19
Octal 135 201 0 34 0 144 61 115 144 31
Binary 1011101 10000001 0 11100 0 1100100 110001 1001101 1100100 11001

Color Harmonies of #5D8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8100

Black with #5D8100

Text Example


Text Example

White with #5D8100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,129,0); }

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

background-color css

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

 a { background-color: rgb(93,129,0); }

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

border-color css

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

 span { border-color: rgb(93,129,0); }

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