#6D8F84

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

Shades of Patina #6D8F84

Tints of Patina #6D8F84

Color information

#6D8F84 (or 0x6D8F84) is unknown color: approx Patina. HEX triplet: 6D, 8F and 84. RGB value is (109,143,132). Sum of RGB (Red+Green+Blue) = 109+143+132=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8F84 is #92707B. Grayscale: #838383. Windows color (decimal): -9597052 or 8687469. OLE color: 8687469.

HSL color Cylindrical-coordinate representation of color #6D8F84: hue angle of 160.59º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8F84 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB109143132-
CMYK0.2400.080.44
HSL160.59º13.49%49.41%-
HSV(B)160.59º23.78%56.08%-
XYZ20.2924.5625.5-
YUV131.58128.24111.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=28.39%
G=37.24%
B=34.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091431320.2400.080.44160.5913.4949.41
Hex6D8F8418082Ca1d31
Octal15521720430010542411561
Binary110110110001111100001001100001000101100101000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,143,132); }

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

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

 a { background-color: rgb(109,143,132); }

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

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

 span { border-color: rgb(109,143,132); }

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