Html Css Color HEX #659F92 Patina

📋 copy color: '#659F92'

red 101 ◦ green 159 ◦ blue 146

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

Shades of Patina #659F92

Tints of Patina #659F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 24.88%
G = 39.16%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#659F92 (or 0x659F92) is known color: Patina. HEX triplet: 65, 9F and 92. RGB value is (101,159,146). Sum of RGB (Red+Green+Blue) = 101+159+146=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #659F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F92 is #9A606D. Grayscale: #8C8C8C. Windows color (decimal): -10117230 or 9609061. OLE color: 9609061.

HSL color Cylindrical-coordinate representation of color #659F92: hue angle of 166.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F92 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 146 -
CMYK 0.36 0 0.08 0.38
HSL 166.55º 0.23% 0.51% -
HSV(B) 166.55º 0.36% 0.62% -
XYZ 22.95 29.64 31.71 -
YUV 140.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 101 159 146 0.36 0 0.08 0.38 166.55 0.23 0.51
Hex 65 9F 92 24 0 8 26 A7 17 33
Octal 145 237 222 44 0 10 46 247 27 63
Binary 1100101 10011111 10010010 100100 0 1000 100110 10100111 10111 110011

Color Harmonies of #659F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F92

Black with #659F92

Text Example


Text Example

White with #659F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659F92; }

 p { color: rgb(101,159,146); }

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

background-color css

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

 a { background-color: rgb(101,159,146); }

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

border-color css

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

 span { border-color: rgb(101,159,146); }

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