Html Css Color HEX #65A189 Patina

📋 copy color: '#65A189'

red 101 ◦ green 161 ◦ blue 137

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

Shades of Patina #65A189

Tints of Patina #65A189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

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

R = 25.31%
G = 40.35%
B = 34.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#65A189 (or 0x65A189) is known color: Patina. HEX triplet: 65, A1 and 89. RGB value is (101,161,137). Sum of RGB (Red+Green+Blue) = 101+161+137=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #65A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A189 is #9A5E76. Grayscale: #8C8C8C. Windows color (decimal): -10116727 or 9019749. OLE color: 9019749.

HSL color Cylindrical-coordinate representation of color #65A189: hue angle of 156º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A189 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 161 137 -
CMYK 0.37 0 0.15 0.37
HSL 156º 0.24% 0.51% -
HSV(B) 156º 0.37% 0.63% -
XYZ 22.63 30.06 28.28 -
YUV 140.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 101 161 137 0.37 0 0.15 0.37 156 0.24 0.51
Hex 65 A1 89 25 0 F 25 9C 18 33
Octal 145 241 211 45 0 17 45 234 30 63
Binary 1100101 10100001 10001001 100101 0 1111 100101 10011100 11000 110011

Color Harmonies of #65A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A189

Black with #65A189

Text Example


Text Example

White with #65A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A189; }

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

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

background-color css

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

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

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

border-color css

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

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

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