#65998B

Color #65998B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #65998B

Tints of Patina #65998B

Color information

#65998B (or 0x65998B) is unknown color: approx Patina. HEX triplet: 65, 99 and 8B. RGB value is (101,153,139). Sum of RGB (Red+Green+Blue) = 101+153+139=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #65998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65998B is #9A6674. Grayscale: #878787. Windows color (decimal): -10118773 or 9148773. OLE color: 9148773.

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

Color convert

RGB101153139-
CMYK0.3400.090.4
HSL163.85º20.47%49.8%-
HSV(B)163.85º33.99%60%-
XYZ21.4227.4128.59-
YUV135.86129.77103.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=25.70%
G=38.93%
B=35.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531390.3400.090.4163.8520.4749.8
Hex65998B220928a41432
Octal14523121342011502442462
Binary11001011001100110001011100010010011010001010010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65998B;
 }
 .AnyTagClassName
 {
   color: #65998B;
 }
</style>
background-color css

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

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

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

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

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

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