#6F9282

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

Shades of Patina #6F9282

Tints of Patina #6F9282

Color information

#6F9282 (or 0x6F9282) is unknown color: approx Patina. HEX triplet: 6F, 92 and 82. RGB value is (111,146,130). Sum of RGB (Red+Green+Blue) = 111+146+130=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9282 is #906D7D. Grayscale: #858585. Windows color (decimal): -9465214 or 8557167. OLE color: 8557167.

HSL color Cylindrical-coordinate representation of color #6F9282: hue angle of 152.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9282 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB111146130-
CMYK0.2400.110.43
HSL152.57º13.83%50.39%-
HSV(B)152.57º23.97%57.25%-
XYZ20.8625.5524.95-
YUV133.71125.9111.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=28.68%
G=37.73%
B=33.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461300.2400.110.43152.5713.8350.39
Hex6F9282180B2B99e32
Octal15722220230013532311662
Binary110111110010010100000101100001011101011100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,130); }

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

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

 a { background-color: rgb(111,146,130); }

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

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

 span { border-color: rgb(111,146,130); }

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