#6F857E

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

Shades of Patina #6F857E

Tints of Patina #6F857E

Color information

#6F857E (or 0x6F857E) is unknown color: approx Patina. HEX triplet: 6F, 85 and 7E. RGB value is (111,133,126). Sum of RGB (Red+Green+Blue) = 111+133+126=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #6F857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F857E is #907A81. Grayscale: #7D7D7D. Windows color (decimal): -9468546 or 8291695. OLE color: 8291695.

HSL color Cylindrical-coordinate representation of color #6F857E: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F857E is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB111133126-
CMYK0.1700.050.48
HSL160.91º9.02%47.84%-
HSV(B)160.91º16.54%52.16%-
XYZ18.7121.6622.93-
YUV125.62128.21117.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=30%
G=35.95%
B=34.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331260.1700.050.48160.919.0247.84
Hex6F857E110530a1930
Octal1572051762105602411160
Binary1101111100001011111110100010101110000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,126); }

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

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

 a { background-color: rgb(111,133,126); }

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

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

 span { border-color: rgb(111,133,126); }

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