#6F9084

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

Shades of Patina #6F9084

Tints of Patina #6F9084

Color information

#6F9084 (or 0x6F9084) is unknown color: approx Patina. HEX triplet: 6F, 90 and 84. RGB value is (111,144,132). Sum of RGB (Red+Green+Blue) = 111+144+132=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9084 is #906F7B. Grayscale: #848484. Windows color (decimal): -9465724 or 8687727. OLE color: 8687727.

HSL color Cylindrical-coordinate representation of color #6F9084: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9084 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB111144132-
CMYK0.2300.080.44
HSL158.18º12.94%50%-
HSV(B)158.18º22.92%56.47%-
XYZ20.6924.9925.56-
YUV132.76127.57112.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=28.68%
G=37.21%
B=34.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441320.2300.080.44158.1812.9450
Hex6F908417082C9ed32
Octal15722020427010542361562
Binary110111110010000100001001011101000101100100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F9084; }

 p { color: rgb(111,144,132); }

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

<style>
 a { background-color: #6F9084; }

 a { background-color: rgb(111,144,132); }

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

<style>
 span { border-color: #6F9084; }

 span { border-color: rgb(111,144,132); }

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