#6D9D87

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

Shades of Patina #6D9D87

Tints of Patina #6D9D87

Color information

#6D9D87 (or 0x6D9D87) is unknown color: approx Patina. HEX triplet: 6D, 9D and 87. RGB value is (109,157,135). Sum of RGB (Red+Green+Blue) = 109+157+135=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9D87 is #926278. Grayscale: #8C8C8C. Windows color (decimal): -9593465 or 8887661. OLE color: 8887661.

HSL color Cylindrical-coordinate representation of color #6D9D87: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9D87 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB109157135-
CMYK0.3100.140.38
HSL152.5º19.67%52.16%-
HSV(B)152.5º30.57%61.57%-
XYZ22.7429.1127.34-
YUV140.14125.1105.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=27.18%
G=39.15%
B=33.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091571350.3100.140.38152.519.6752.16
Hex6D9D871F0E26981434
Octal15523520737016462302464
Binary1101101100111011000011111111011101001101001100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,135); }

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

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

 a { background-color: rgb(109,157,135); }

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

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

 span { border-color: rgb(109,157,135); }

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