Html Css Color HEX #659913 Olive Drab

📋 copy color: '#659913'

red 101 ◦ green 153 ◦ blue 19

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

Shades of Olive Drab #659913

Tints of Olive Drab #659913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

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

R = 37%
G = 56.04%
B = 6.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#659913 (or 0x659913) is known color: Olive Drab. HEX triplet: 65, 99 and 13. RGB value is (101,153,19). Sum of RGB (Red+Green+Blue) = 101+153+19=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #659913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659913 is #9A66EC. Grayscale: #7A7A7A. Windows color (decimal): -10118893 or 1284453. OLE color: 1284453.

HSL color Cylindrical-coordinate representation of color #659913: hue angle of 83.28º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659913 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 19 -
CMYK 0.34 0 0.88 0.4
HSL 83.28º 0.78% 0.34% -
HSV(B) 83.28º 0.88% 0.6% -
XYZ 16.88 25.6 4.67 -
YUV 122.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 101 153 19 0.34 0 0.88 0.4 83.28 0.78 0.34
Hex 65 99 13 22 0 58 28 53 4E 22
Octal 145 231 23 42 0 130 50 123 116 42
Binary 1100101 10011001 10011 100010 0 1011000 101000 1010011 1001110 100010

Color Harmonies of #659913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659913

Black with #659913

Text Example


Text Example

White with #659913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659913; }

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

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

background-color css

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

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

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

border-color css

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

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

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