#66907B

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

Shades of Patina #66907B

Tints of Patina #66907B

Color information

#66907B (or 0x66907B) is unknown color: approx Patina. HEX triplet: 66, 90 and 7B. RGB value is (102,144,123). Sum of RGB (Red+Green+Blue) = 102+144+123=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #66907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907B is #996F84. Grayscale: #818181. Windows color (decimal): -10055557 or 8097894. OLE color: 8097894.

HSL color Cylindrical-coordinate representation of color #66907B: hue angle of 150º 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 #66907B is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB102144123-
CMYK0.2900.150.44
HSL150º17.07%48.24%-
HSV(B)150º29.17%56.47%-
XYZ19.0324.222.41-
YUV129.05124.59108.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=27.64%
G=39.02%
B=33.33%

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
Decimal1021441230.2900.150.4415017.0748.24
Hex66907B1D0F2C961130
Octal14622017335017542262160
Binary110011010010000111101111101011111011001001011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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