#6D988B

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

Shades of Patina #6D988B

Tints of Patina #6D988B

Color information

#6D988B (or 0x6D988B) is unknown color: approx Patina. HEX triplet: 6D, 98 and 8B. RGB value is (109,152,139). Sum of RGB (Red+Green+Blue) = 109+152+139=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988B is #926774. Grayscale: #898989. Windows color (decimal): -9594741 or 9148525. OLE color: 9148525.

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

Color convert

RGB109152139-
CMYK0.2800.090.40
HSL161.86º17.27%51.18%-
HSV(B)161.86º28.29%59.61%-
XYZ22.227.5728.58-
YUV137.66128.75107.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=27.25%
G=38%
B=34.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091521390.2800.090.40161.8617.2751.18
Hex6D988B1C0928a21133
Octal15523021334011502422163
Binary1101101100110001000101111100010011010001010001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,152,139); }

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

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

 a { background-color: rgb(109,152,139); }

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

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

 span { border-color: rgb(109,152,139); }

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