#669E81

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

Shades of Patina #669E81

Tints of Patina #669E81

Color information

#669E81 (or 0x669E81) is unknown color: approx Patina. HEX triplet: 66, 9E and 81. RGB value is (102,158,129). Sum of RGB (Red+Green+Blue) = 102+158+129=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #669E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E81 is #99617E. Grayscale: #8A8A8A. Windows color (decimal): -10051967 or 8494694. OLE color: 8494694.

HSL color Cylindrical-coordinate representation of color #669E81: hue angle of 148.93º 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 #669E81 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB102158129-
CMYK0.3500.180.38
HSL148.93º22.4%50.98%-
HSV(B)148.93º35.44%61.96%-
XYZ21.6728.8625.2-
YUV137.95122.95102.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=26.22%
G=40.62%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581290.3500.180.38148.9322.450.98
Hex669E812301226951633
Octal14623620143022462252663
Binary110011010011110100000011000110100101001101001010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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