Html Css Color HEX #659489 Patina

📋 copy color: '#659489'

red 101 ◦ green 148 ◦ blue 137

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

Shades of Patina #659489

Tints of Patina #659489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 26.17%
G = 38.34%
B = 35.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#659489 (or 0x659489) is known color: Patina. HEX triplet: 65, 94 and 89. RGB value is (101,148,137). Sum of RGB (Red+Green+Blue) = 101+148+137=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #659489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659489 is #9A6B76. Grayscale: #848484. Windows color (decimal): -10120055 or 9016421. OLE color: 9016421.

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

Color convert

RGB 101 148 137 -
CMYK 0.32 0 0.07 0.42
HSL 165.96º 0.19% 0.49% -
HSV(B) 165.96º 0.32% 0.58% -
XYZ 20.47 25.75 27.56 -
YUV 132.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 101 148 137 0.32 0 0.07 0.42 165.96 0.19 0.49
Hex 65 94 89 20 0 7 2A A6 13 31
Octal 145 224 211 40 0 7 52 246 23 61
Binary 1100101 10010100 10001001 100000 0 111 101010 10100110 10011 110001

Color Harmonies of #659489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659489

Black with #659489

Text Example


Text Example

White with #659489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659489; }

 p { color: rgb(101,148,137); }

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

background-color css

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

 a { background-color: rgb(101,148,137); }

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

border-color css

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

 span { border-color: rgb(101,148,137); }

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