#66998D

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

Shades of Patina #66998D

Tints of Patina #66998D

Color information

#66998D (or 0x66998D) is unknown color: approx Patina. HEX triplet: 66, 99 and 8D. RGB value is (102,153,141). Sum of RGB (Red+Green+Blue) = 102+153+141=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #66998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998D is #996672. Grayscale: #888888. Windows color (decimal): -10053235 or 9279846. OLE color: 9279846.

HSL color Cylindrical-coordinate representation of color #66998D: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66998D is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB102153141-
CMYK0.3300.080.4
HSL165.88º20%50%-
HSV(B)165.88º33.33%60%-
XYZ21.6827.5329.37-
YUV136.38130.6103.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=25.76%
G=38.64%
B=35.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531410.3300.080.4165.882050
Hex66998D210828a61432
Octal14623121541010502462462
Binary11001101001100110001101100001010001010001010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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