Html Css Color HEX #65978C Patina

📋 copy color: '#65978C'

red 101 ◦ green 151 ◦ blue 140

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

Shades of Patina #65978C

Tints of Patina #65978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 25.77%
G = 38.52%
B = 35.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#65978C (or 0x65978C) is known color: Patina. HEX triplet: 65, 97 and 8C. RGB value is (101,151,140). Sum of RGB (Red+Green+Blue) = 101+151+140=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #65978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65978C is #9A6873. Grayscale: #868686. Windows color (decimal): -10119284 or 9213797. OLE color: 9213797.

HSL color Cylindrical-coordinate representation of color #65978C: hue angle of 166.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65978C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 140 -
CMYK 0.33 0 0.07 0.41
HSL 166.8º 0.2% 0.49% -
HSV(B) 166.8º 0.33% 0.59% -
XYZ 21.17 26.79 28.87 -
YUV 134.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 101 151 140 0.33 0 0.07 0.41 166.8 0.2 0.49
Hex 65 97 8C 21 0 7 29 A7 14 31
Octal 145 227 214 41 0 7 51 247 24 61
Binary 1100101 10010111 10001100 100001 0 111 101001 10100111 10100 110001

Color Harmonies of #65978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65978C

Black with #65978C

Text Example


Text Example

White with #65978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65978C; }

 p { color: rgb(101,151,140); }

 H1.HeaderClassName
 {
   color: #65978C;
 }
 .AnyTagClassName
 {
   color: #65978C;
 }
</style>

background-color css

<style>
 a { background-color: #65978C; }

 a { background-color: rgb(101,151,140); }

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

border-color css

<style>
 span { border-color: #65978C; }

 span { border-color: rgb(101,151,140); }

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