#66927E

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

Shades of Patina #66927E

Tints of Patina #66927E

Color information

#66927E (or 0x66927E) is unknown color: approx Patina. HEX triplet: 66, 92 and 7E. RGB value is (102,146,126). Sum of RGB (Red+Green+Blue) = 102+146+126=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #66927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927E is #996D81. Grayscale: #828282. Windows color (decimal): -10055042 or 8295014. OLE color: 8295014.

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

Color convert

RGB102146126-
CMYK0.3000.140.43
HSL152.73º17.74%48.63%-
HSV(B)152.73º30.14%57.25%-
XYZ19.5224.8923.51-
YUV130.56125.42107.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=27.27%
G=39.04%
B=33.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461260.3000.140.43152.7317.7448.63
Hex66927E1E0E2B991231
Octal14622217636016532312261
Binary110011010010010111111011110011101010111001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66927E; }

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

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

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

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

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

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

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

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