#66A796

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

Shades of Keppel #66A796

Tints of Keppel #66A796

Color information

#66A796 (or 0x66A796) is unknown color: approx Keppel. HEX triplet: 66, A7 and 96. RGB value is (102,167,150). Sum of RGB (Red+Green+Blue) = 102+167+150=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #66A796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A796 is #995869. Grayscale: #919191. Windows color (decimal): -10049642 or 9873254. OLE color: 9873254.

HSL color Cylindrical-coordinate representation of color #66A796: hue angle of 164.31º 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 #66A796 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB102167150-
CMYK0.3900.100.35
HSL164.31º26.97%52.75%-
HSV(B)164.31º38.92%65.49%-
XYZ24.832.6633.85-
YUV145.63130.4796.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=24.34%
G=39.86%
B=35.80%

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
Decimal1021671500.3900.100.35164.3126.9752.75
Hex66A796270A23a41b35
Octal14624722647012432443365
Binary11001101010011110010110100111010101000111010010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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