Html Css Color HEX #65998D Patina

📋 copy color: '#65998D'

red 101 ◦ green 153 ◦ blue 141

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

Shades of Patina #65998D

Tints of Patina #65998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 25.57%
G = 38.73%
B = 35.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#65998D (or 0x65998D) is known color: Patina. HEX triplet: 65, 99 and 8D. RGB value is (101,153,141). Sum of RGB (Red+Green+Blue) = 101+153+141=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #65998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65998D is #9A6672. Grayscale: #888888. Windows color (decimal): -10118771 or 9279845. OLE color: 9279845.

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

Color convert

RGB 101 153 141 -
CMYK 0.34 0 0.08 0.4
HSL 166.15º 0.2% 0.5% -
HSV(B) 166.15º 0.34% 0.6% -
XYZ 21.57 27.47 29.37 -
YUV 136.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 101 153 141 0.34 0 0.08 0.4 166.15 0.2 0.5
Hex 65 99 8D 22 0 8 28 A6 14 32
Octal 145 231 215 42 0 10 50 246 24 62
Binary 1100101 10011001 10001101 100010 0 1000 101000 10100110 10100 110010

Color Harmonies of #65998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65998D

Black with #65998D

Text Example


Text Example

White with #65998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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