#669283

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

Shades of Patina #669283

Tints of Patina #669283

Color information

#669283 (or 0x669283) is unknown color: approx Patina. HEX triplet: 66, 92 and 83. RGB value is (102,146,131). Sum of RGB (Red+Green+Blue) = 102+146+131=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #669283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669283 is #996D7C. Grayscale: #838383. Windows color (decimal): -10055037 or 8622694. OLE color: 8622694.

HSL color Cylindrical-coordinate representation of color #669283: hue angle of 159.55º 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 #669283 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB102146131-
CMYK0.3000.100.43
HSL159.55º17.74%48.63%-
HSV(B)159.55º30.14%57.25%-
XYZ19.8625.0225.26-
YUV131.13127.92107.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=26.91%
G=38.52%
B=34.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461310.3000.100.43159.5517.7448.63
Hex6692831E0A2Ba01231
Octal14622220336012532402261
Binary1100110100100101000001111110010101010111010000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669283; }

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

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

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

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

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

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

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

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