#669E91

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

Shades of Patina #669E91

Tints of Patina #669E91

Color information

#669E91 (or 0x669E91) is unknown color: approx Patina. HEX triplet: 66, 9E and 91. RGB value is (102,158,145). Sum of RGB (Red+Green+Blue) = 102+158+145=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #669E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E91 is #99616E. Grayscale: #8B8B8B. Windows color (decimal): -10051951 or 9543270. OLE color: 9543270.

HSL color Cylindrical-coordinate representation of color #669E91: hue angle of 166.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E91 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB102158145-
CMYK0.3500.080.38
HSL166.07º22.4%50.98%-
HSV(B)166.07º35.44%61.96%-
XYZ22.8229.3231.25-
YUV139.77130.95101.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=25.19%
G=39.01%
B=35.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581450.3500.080.38166.0722.450.98
Hex669E91230826a61633
Octal14623622143010462462663
Binary11001101001111010010001100011010001001101010011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669E91; }

 p { color: rgb(102,158,145); }

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

<style>
 a { background-color: #669E91; }

 a { background-color: rgb(102,158,145); }

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

<style>
 span { border-color: #669E91; }

 span { border-color: rgb(102,158,145); }

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