#66907A

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

Shades of Patina #66907A

Tints of Patina #66907A

Color information

#66907A (or 0x66907A) is unknown color: approx Patina. HEX triplet: 66, 90 and 7A. RGB value is (102,144,122). Sum of RGB (Red+Green+Blue) = 102+144+122=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #66907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907A is #996F85. Grayscale: #808080. Windows color (decimal): -10055558 or 8032358. OLE color: 8032358.

HSL color Cylindrical-coordinate representation of color #66907A: hue angle of 148.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66907A is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB102144122-
CMYK0.2900.150.44
HSL148.57º17.07%48.24%-
HSV(B)148.57º29.17%56.47%-
XYZ18.9724.1822.08-
YUV128.93124.09108.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=27.72%
G=39.13%
B=33.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441220.2900.150.44148.5717.0748.24
Hex66907A1D0F2C951130
Octal14622017235017542252160
Binary110011010010000111101011101011111011001001010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66907A; }

 p { color: rgb(102,144,122); }

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

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

 a { background-color: rgb(102,144,122); }

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

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

 span { border-color: rgb(102,144,122); }

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