#66917F

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

Shades of Patina #66917F

Tints of Patina #66917F

Color information

#66917F (or 0x66917F) is unknown color: approx Patina. HEX triplet: 66, 91 and 7F. RGB value is (102,145,127). Sum of RGB (Red+Green+Blue) = 102+145+127=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #66917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66917F is #996E80. Grayscale: #828282. Windows color (decimal): -10055297 or 8360294. OLE color: 8360294.

HSL color Cylindrical-coordinate representation of color #66917F: hue angle of 154.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66917F is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB102145127-
CMYK0.3000.120.43
HSL154.88º17.41%48.43%-
HSV(B)154.88º29.66%56.86%-
XYZ19.4424.6123.8-
YUV130.09126.25107.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 127 (50% from 255) = 33.96%
R=27.27%
G=38.77%
B=33.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451270.3000.120.43154.8817.4148.43
Hex66917F1E0C2B9b1130
Octal14622117736014532332160
Binary110011010010001111111111110011001010111001101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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