#6F9380

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

Shades of Patina #6F9380

Tints of Patina #6F9380

Color information

#6F9380 (or 0x6F9380) is unknown color: approx Patina. HEX triplet: 6F, 93 and 80. RGB value is (111,147,128). Sum of RGB (Red+Green+Blue) = 111+147+128=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9380 is #906C7F. Grayscale: #868686. Windows color (decimal): -9464960 or 8426351. OLE color: 8426351.

HSL color Cylindrical-coordinate representation of color #6F9380: hue angle of 148.33º 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 #6F9380 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB111147128-
CMYK0.2400.130.42
HSL148.33º14.29%50.59%-
HSV(B)148.33º24.49%57.65%-
XYZ20.8925.8124.3-
YUV134.07124.57111.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=28.76%
G=38.08%
B=33.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471280.2400.130.42148.3314.2950.59
Hex6F9380180D2A94e33
Octal15722320030015522241663
Binary110111110010011100000001100001101101010100101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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