#6A958A

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

Shades of Patina #6A958A

Tints of Patina #6A958A

Color information

#6A958A (or 0x6A958A) is unknown color: approx Patina. HEX triplet: 6A, 95 and 8A. RGB value is (106,149,138). Sum of RGB (Red+Green+Blue) = 106+149+138=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #6A958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A958A is #956A75. Grayscale: #868686. Windows color (decimal): -9792118 or 9082218. OLE color: 9082218.

HSL color Cylindrical-coordinate representation of color #6A958A: hue angle of 164.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A958A is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB106149138-
CMYK0.2900.070.42
HSL164.65º16.86%50%-
HSV(B)164.65º28.86%58.43%-
XYZ21.2826.3928.02-
YUV134.89129.75107.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=26.97%
G=37.91%
B=35.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061491380.2900.070.42164.6516.8650
Hex6A958A1D072Aa51132
Octal1522252123507522452162
Binary110101010010101100010101110101111010101010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,138); }

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

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

 a { background-color: rgb(106,149,138); }

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

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

 span { border-color: rgb(106,149,138); }

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