#6F9886

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

Shades of Patina #6F9886

Tints of Patina #6F9886

Color information

#6F9886 (or 0x6F9886) is unknown color: approx Patina. HEX triplet: 6F, 98 and 86. RGB value is (111,152,134). Sum of RGB (Red+Green+Blue) = 111+152+134=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9886 is #906779. Grayscale: #898989. Windows color (decimal): -9463674 or 8820847. OLE color: 8820847.

HSL color Cylindrical-coordinate representation of color #6F9886: hue angle of 153.66º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9886 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB111152134-
CMYK0.2700.120.40
HSL153.66º16.6%51.57%-
HSV(B)153.66º26.97%59.61%-
XYZ22.0927.5626.71-
YUV137.69125.92108.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=27.96%
G=38.29%
B=33.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1111521340.2700.120.40153.6616.651.57
Hex6F98861B0C289a1134
Octal15723020633014502322164
Binary1101111100110001000011011011011001010001001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,152,134); }

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

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

 a { background-color: rgb(111,152,134); }

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

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

 span { border-color: rgb(111,152,134); }

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