#66927B

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

Shades of Patina #66927B

Tints of Patina #66927B

Color information

#66927B (or 0x66927B) is unknown color: approx Patina. HEX triplet: 66, 92 and 7B. RGB value is (102,146,123). Sum of RGB (Red+Green+Blue) = 102+146+123=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #66927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927B is #996D84. Grayscale: #828282. Windows color (decimal): -10055045 or 8098406. OLE color: 8098406.

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

Color convert

RGB102146123-
CMYK0.3000.160.43
HSL148.64º17.74%48.63%-
HSV(B)148.64º30.14%57.25%-
XYZ19.3324.8122.51-
YUV130.22123.92107.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=27.49%
G=39.35%
B=33.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461230.3000.160.43148.6417.7448.63
Hex66927B1E0102B951231
Octal14622217336020532252261
Binary1100110100100101111011111100100001010111001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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