Html Css Color HEX #659513 Olive Drab

📋 copy color: '#659513'

red 101 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #659513

Tints of Olive Drab #659513

RGB

 RED value IS 101 (39.84% from 255) = 37.55%

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 37.55%
G = 55.39%
B = 7.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#659513 (or 0x659513) is known color: Olive Drab. HEX triplet: 65, 95 and 13. RGB value is (101,149,19). Sum of RGB (Red+Green+Blue) = 101+149+19=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #659513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659513 is #9A6AEC. Grayscale: #787878. Windows color (decimal): -10119917 or 1283429. OLE color: 1283429.

HSL color Cylindrical-coordinate representation of color #659513: hue angle of 82.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659513 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 19 -
CMYK 0.32 0 0.87 0.42
HSL 82.15º 0.77% 0.33% -
HSV(B) 82.15º 0.87% 0.58% -
XYZ 16.23 24.31 4.45 -
YUV 119.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 101 149 19 0.32 0 0.87 0.42 82.15 0.77 0.33
Hex 65 95 13 20 0 57 2A 52 4D 21
Octal 145 225 23 40 0 127 52 122 115 41
Binary 1100101 10010101 10011 100000 0 1010111 101010 1010010 1001101 100001

Color Harmonies of #659513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659513

Black with #659513

Text Example


Text Example

White with #659513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659513; }

 p { color: rgb(101,149,19); }

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

background-color css

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

 a { background-color: rgb(101,149,19); }

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

border-color css

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

 span { border-color: rgb(101,149,19); }

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