Html Css Color HEX #659079 Patina

📋 copy color: '#659079'

red 101 ◦ green 144 ◦ blue 121

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

Shades of Patina #659079

Tints of Patina #659079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 27.6%
G = 39.34%
B = 33.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#659079 (or 0x659079) is known color: Patina. HEX triplet: 65, 90 and 79. RGB value is (101,144,121). Sum of RGB (Red+Green+Blue) = 101+144+121=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #659079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659079 is #9A6F86. Grayscale: #808080. Windows color (decimal): -10121095 or 7966821. OLE color: 7966821.

HSL color Cylindrical-coordinate representation of color #659079: hue angle of 147.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659079 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 121 -
CMYK 0.30 0 0.16 0.44
HSL 147.91º 0.18% 0.48% -
HSV(B) 147.91º 0.3% 0.56% -
XYZ 18.79 24.09 21.75 -
YUV 128.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 101 144 121 0.30 0 0.16 0.44 147.91 0.18 0.48
Hex 65 90 79 1E 0 10 2C 94 12 30
Octal 145 220 171 36 0 20 54 224 22 60
Binary 1100101 10010000 1111001 11110 0 10000 101100 10010100 10010 110000

Color Harmonies of #659079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659079

Black with #659079

Text Example


Text Example

White with #659079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659079; }

 p { color: rgb(101,144,121); }

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

background-color css

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

 a { background-color: rgb(101,144,121); }

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

border-color css

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

 span { border-color: rgb(101,144,121); }

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