Html Css Color HEX #65988D Patina

📋 copy color: '#65988D'

red 101 ◦ green 152 ◦ blue 141

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

Shades of Patina #65988D

Tints of Patina #65988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 25.63%
G = 38.58%
B = 35.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#65988D (or 0x65988D) is known color: Patina. HEX triplet: 65, 98 and 8D. RGB value is (101,152,141). Sum of RGB (Red+Green+Blue) = 101+152+141=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #65988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988D is #9A6772. Grayscale: #878787. Windows color (decimal): -10119027 or 9279589. OLE color: 9279589.

HSL color Cylindrical-coordinate representation of color #65988D: hue angle of 167.06º 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 #65988D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 141 -
CMYK 0.34 0 0.07 0.40
HSL 167.06º 0.2% 0.5% -
HSV(B) 167.06º 0.34% 0.6% -
XYZ 21.4 27.15 29.31 -
YUV 135.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 101 152 141 0.34 0 0.07 0.40 167.06 0.2 0.5
Hex 65 98 8D 22 0 7 28 A7 14 32
Octal 145 230 215 42 0 7 50 247 24 62
Binary 1100101 10011000 10001101 100010 0 111 101000 10100111 10100 110010

Color Harmonies of #65988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65988D

Black with #65988D

Text Example


Text Example

White with #65988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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