Html Css Color HEX #65988A Patina

📋 copy color: '#65988A'

red 101 ◦ green 152 ◦ blue 138

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

Shades of Patina #65988A

Tints of Patina #65988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 25.83%
G = 38.87%
B = 35.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#65988A (or 0x65988A) is known color: Patina. HEX triplet: 65, 98 and 8A. RGB value is (101,152,138). Sum of RGB (Red+Green+Blue) = 101+152+138=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #65988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988A is #9A6775. Grayscale: #878787. Windows color (decimal): -10119030 or 9082981. OLE color: 9082981.

HSL color Cylindrical-coordinate representation of color #65988A: hue angle of 163.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65988A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 138 -
CMYK 0.34 0 0.09 0.40
HSL 163.53º 0.2% 0.5% -
HSV(B) 163.53º 0.34% 0.6% -
XYZ 21.18 27.06 28.15 -
YUV 135.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 101 152 138 0.34 0 0.09 0.40 163.53 0.2 0.5
Hex 65 98 8A 22 0 9 28 A4 14 32
Octal 145 230 212 42 0 11 50 244 24 62
Binary 1100101 10011000 10001010 100010 0 1001 101000 10100100 10100 110010

Color Harmonies of #65988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65988A

Black with #65988A

Text Example


Text Example

White with #65988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65988A; }

 p { color: rgb(101,152,138); }

 H1.HeaderClassName
 {
   color: #65988A;
 }
 .AnyTagClassName
 {
   color: #65988A;
 }
</style>

background-color css

<style>
 a { background-color: #65988A; }

 a { background-color: rgb(101,152,138); }

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

border-color css

<style>
 span { border-color: #65988A; }

 span { border-color: rgb(101,152,138); }

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