Html Css Color HEX #659313 Olive Drab

📋 copy color: '#659313'

red 101 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #659313

Tints of Olive Drab #659313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

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

R = 37.83%
G = 55.06%
B = 7.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#659313 (or 0x659313) is known color: Olive Drab. HEX triplet: 65, 93 and 13. RGB value is (101,147,19). Sum of RGB (Red+Green+Blue) = 101+147+19=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #659313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659313 is #9A6CEC. Grayscale: #777777. Windows color (decimal): -10120429 or 1282917. OLE color: 1282917.

HSL color Cylindrical-coordinate representation of color #659313: hue angle of 81.56º 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 #659313 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 19 -
CMYK 0.31 0 0.87 0.42
HSL 81.56º 0.77% 0.33% -
HSV(B) 81.56º 0.87% 0.58% -
XYZ 15.92 23.68 4.35 -
YUV 118.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 101 147 19 0.31 0 0.87 0.42 81.56 0.77 0.33
Hex 65 93 13 1F 0 57 2A 52 4D 21
Octal 145 223 23 37 0 127 52 122 115 41
Binary 1100101 10010011 10011 11111 0 1010111 101010 1010010 1001101 100001

Color Harmonies of #659313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659313

Black with #659313

Text Example


Text Example

White with #659313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659313; }

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

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

background-color css

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

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

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

border-color css

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

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

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