#66A797

Color #66A797 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #66A797

Tints of Keppel #66A797

Color information

#66A797 (or 0x66A797) is unknown color: approx Keppel. HEX triplet: 66, A7 and 97. RGB value is (102,167,151). Sum of RGB (Red+Green+Blue) = 102+167+151=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 167 - color contains mainly: green. Hex color #66A797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A797 is #995868. Grayscale: #919191. Windows color (decimal): -10049641 or 9938790. OLE color: 9938790.

HSL color Cylindrical-coordinate representation of color #66A797: hue angle of 165.23º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A797 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB102167151-
CMYK0.3900.100.35
HSL165.23º26.97%52.75%-
HSV(B)165.23º38.92%65.49%-
XYZ24.8832.734.28-
YUV145.74130.9796.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=24.29%
G=39.76%
B=35.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671510.3900.100.35165.2326.9752.75
Hex66A797270A23a51b35
Octal14624722747012432453365
Binary11001101010011110010111100111010101000111010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A797; }

 p { color: rgb(102,167,151); }

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

<style>
 a { background-color: #66A797; }

 a { background-color: rgb(102,167,151); }

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

<style>
 span { border-color: #66A797; }

 span { border-color: rgb(102,167,151); }

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