#669282

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

Shades of Patina #669282

Tints of Patina #669282

Color information

#669282 (or 0x669282) is unknown color: approx Patina. HEX triplet: 66, 92 and 82. RGB value is (102,146,130). Sum of RGB (Red+Green+Blue) = 102+146+130=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #669282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669282 is #996D7D. Grayscale: #838383. Windows color (decimal): -10055038 or 8557158. OLE color: 8557158.

HSL color Cylindrical-coordinate representation of color #669282: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669282 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB102146130-
CMYK0.3000.110.43
HSL158.18º17.74%48.63%-
HSV(B)158.18º30.14%57.25%-
XYZ19.7924.9924.9-
YUV131.02127.42107.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=26.98%
G=38.62%
B=34.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461300.3000.110.43158.1817.7448.63
Hex6692821E0B2B9e1231
Octal14622220236013532362261
Binary1100110100100101000001011110010111010111001111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669282; }

 p { color: rgb(102,146,130); }

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

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

 a { background-color: rgb(102,146,130); }

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

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

 span { border-color: rgb(102,146,130); }

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