Html Css Color HEX #5D9705 Olive Drab

📋 copy color: '#5D9705'

red 93 ◦ green 151 ◦ blue 5

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

Shades of Olive Drab #5D9705

Tints of Olive Drab #5D9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.64%

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

R = 37.35%
G = 60.64%
B = 2.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#5D9705 (or 0x5D9705) is known color: Olive Drab. HEX triplet: 5D, 97 and 05. RGB value is (93,151,5). Sum of RGB (Red+Green+Blue) = 93+151+5=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #5D9705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9705 is #A268FA. Grayscale: #757575. Windows color (decimal): -10643707 or 366429. OLE color: 366429.

HSL color Cylindrical-coordinate representation of color #5D9705: hue angle of 83.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D9705 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 151 5 -
CMYK 0.38 0 0.97 0.41
HSL 83.84º 0.94% 0.31% -
HSV(B) 83.84º 0.97% 0.59% -
XYZ 15.61 24.47 4.04 -
YUV 117.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 93 151 5 0.38 0 0.97 0.41 83.84 0.94 0.31
Hex 5D 97 5 26 0 61 29 54 5E 1F
Octal 135 227 5 46 0 141 51 124 136 37
Binary 1011101 10010111 101 100110 0 1100001 101001 1010100 1011110 11111

Color Harmonies of #5D9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9705

Black with #5D9705

Text Example


Text Example

White with #5D9705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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