Html Css Color HEX #659F81 Patina

📋 copy color: '#659F81'

red 101 ◦ green 159 ◦ blue 129

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

Shades of Patina #659F81

Tints of Patina #659F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 25.96%
G = 40.87%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#659F81 (or 0x659F81) is known color: Patina. HEX triplet: 65, 9F and 81. RGB value is (101,159,129). Sum of RGB (Red+Green+Blue) = 101+159+129=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #659F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F81 is #9A607E. Grayscale: #8A8A8A. Windows color (decimal): -10117247 or 8494949. OLE color: 8494949.

HSL color Cylindrical-coordinate representation of color #659F81: hue angle of 148.97º 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 #659F81 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 129 -
CMYK 0.36 0 0.19 0.38
HSL 148.97º 0.23% 0.51% -
HSV(B) 148.97º 0.36% 0.62% -
XYZ 21.73 29.15 25.25 -
YUV 138.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 101 159 129 0.36 0 0.19 0.38 148.97 0.23 0.51
Hex 65 9F 81 24 0 13 26 95 17 33
Octal 145 237 201 44 0 23 46 225 27 63
Binary 1100101 10011111 10000001 100100 0 10011 100110 10010101 10111 110011

Color Harmonies of #659F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F81

Black with #659F81

Text Example


Text Example

White with #659F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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