#669E83

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

Shades of Patina #669E83

Tints of Patina #669E83

Color information

#669E83 (or 0x669E83) is unknown color: approx Patina. HEX triplet: 66, 9E and 83. RGB value is (102,158,131). Sum of RGB (Red+Green+Blue) = 102+158+131=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #669E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E83 is #99617C. Grayscale: #8A8A8A. Windows color (decimal): -10051965 or 8625766. OLE color: 8625766.

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

Color convert

RGB102158131-
CMYK0.3500.170.38
HSL151.07º22.4%50.98%-
HSV(B)151.07º35.44%61.96%-
XYZ21.828.9225.91-
YUV138.18123.95102.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=26.09%
G=40.41%
B=33.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581310.3500.170.38151.0722.450.98
Hex669E832301126971633
Octal14623620343021462272663
Binary110011010011110100000111000110100011001101001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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