#66998B

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

Shades of Patina #66998B

Tints of Patina #66998B

Color information

#66998B (or 0x66998B) is unknown color: approx Patina. HEX triplet: 66, 99 and 8B. RGB value is (102,153,139). Sum of RGB (Red+Green+Blue) = 102+153+139=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #66998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998B is #996674. Grayscale: #888888. Windows color (decimal): -10053237 or 9148774. OLE color: 9148774.

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

Color convert

RGB102153139-
CMYK0.3300.090.4
HSL163.53º20%50%-
HSV(B)163.53º33.33%60%-
XYZ21.5327.4728.59-
YUV136.16129.6103.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=25.89%
G=38.83%
B=35.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531390.3300.090.4163.532050
Hex66998B210928a41432
Octal14623121341011502442462
Binary11001101001100110001011100001010011010001010010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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