Html Css Color HEX #65A289 Patina

📋 copy color: '#65A289'

red 101 ◦ green 162 ◦ blue 137

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

Shades of Patina #65A289

Tints of Patina #65A289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 25.25%
G = 40.5%
B = 34.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#65A289 (or 0x65A289) is known color: Patina. HEX triplet: 65, A2 and 89. RGB value is (101,162,137). Sum of RGB (Red+Green+Blue) = 101+162+137=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #65A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A289 is #9A5D76. Grayscale: #8C8C8C. Windows color (decimal): -10116471 or 9020005. OLE color: 9020005.

HSL color Cylindrical-coordinate representation of color #65A289: hue angle of 155.41º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A289 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 162 137 -
CMYK 0.38 0 0.15 0.36
HSL 155.41º 0.25% 0.52% -
HSV(B) 155.41º 0.38% 0.64% -
XYZ 22.8 30.41 28.34 -
YUV 140.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 101 162 137 0.38 0 0.15 0.36 155.41 0.25 0.52
Hex 65 A2 89 26 0 F 24 9B 19 34
Octal 145 242 211 46 0 17 44 233 31 64
Binary 1100101 10100010 10001001 100110 0 1111 100100 10011011 11001 110100

Color Harmonies of #65A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A289

Black with #65A289

Text Example


Text Example

White with #65A289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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