Html Css Color HEX #65A288 Patina

📋 copy color: '#65A288'

red 101 ◦ green 162 ◦ blue 136

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

Shades of Patina #65A288

Tints of Patina #65A288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 25.31%
G = 40.6%
B = 34.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#65A288 (or 0x65A288) is known color: Patina. HEX triplet: 65, A2 and 88. RGB value is (101,162,136). Sum of RGB (Red+Green+Blue) = 101+162+136=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #65A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A288 is #9A5D77. Grayscale: #8C8C8C. Windows color (decimal): -10116472 or 8954469. OLE color: 8954469.

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

Color convert

RGB 101 162 136 -
CMYK 0.38 0 0.16 0.36
HSL 154.43º 0.25% 0.52% -
HSV(B) 154.43º 0.38% 0.64% -
XYZ 22.73 30.38 27.96 -
YUV 140.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 101 162 136 0.38 0 0.16 0.36 154.43 0.25 0.52
Hex 65 A2 88 26 0 10 24 9A 19 34
Octal 145 242 210 46 0 20 44 232 31 64
Binary 1100101 10100010 10001000 100110 0 10000 100100 10011010 11001 110100

Color Harmonies of #65A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A288

Black with #65A288

Text Example


Text Example

White with #65A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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