#66907F

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

Shades of Patina #66907F

Tints of Patina #66907F

Color information

#66907F (or 0x66907F) is unknown color: approx Patina. HEX triplet: 66, 90 and 7F. RGB value is (102,144,127). Sum of RGB (Red+Green+Blue) = 102+144+127=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #66907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907F is #996F80. Grayscale: #818181. Windows color (decimal): -10055553 or 8360038. OLE color: 8360038.

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

Color convert

RGB102144127-
CMYK0.2900.120.44
HSL155.71º17.07%48.24%-
HSV(B)155.71º29.17%56.47%-
XYZ19.2824.323.75-
YUV129.5126.59108.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 127 (50% from 255) = 34.05%
R=27.35%
G=38.61%
B=34.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441270.2900.120.44155.7117.0748.24
Hex66907F1D0C2C9c1130
Octal14622017735014542342160
Binary110011010010000111111111101011001011001001110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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