#6F9381

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

Shades of Patina #6F9381

Tints of Patina #6F9381

Color information

#6F9381 (or 0x6F9381) is unknown color: approx Patina. HEX triplet: 6F, 93 and 81. RGB value is (111,147,129). Sum of RGB (Red+Green+Blue) = 111+147+129=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9381 is #906C7E. Grayscale: #868686. Windows color (decimal): -9464959 or 8491887. OLE color: 8491887.

HSL color Cylindrical-coordinate representation of color #6F9381: hue angle of 150º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9381 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB111147129-
CMYK0.2400.120.42
HSL150º14.29%50.59%-
HSV(B)150º24.49%57.65%-
XYZ20.9525.8324.65-
YUV134.18125.07111.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=28.68%
G=37.98%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471290.2400.120.4215014.2950.59
Hex6F9381180C2A96e33
Octal15722320130014522261663
Binary110111110010011100000011100001100101010100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,129); }

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

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

 a { background-color: rgb(111,147,129); }

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

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

 span { border-color: rgb(111,147,129); }

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