#6A907F

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

Shades of Patina #6A907F

Tints of Patina #6A907F

Color information

#6A907F (or 0x6A907F) is unknown color: approx Patina. HEX triplet: 6A, 90 and 7F. RGB value is (106,144,127). Sum of RGB (Red+Green+Blue) = 106+144+127=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #6A907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A907F is #956F80. Grayscale: #828282. Windows color (decimal): -9793409 or 8360042. OLE color: 8360042.

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

Color convert

RGB106144127-
CMYK0.2600.120.44
HSL153.16º15.2%49.02%-
HSV(B)153.16º26.39%56.47%-
XYZ19.7524.5423.78-
YUV130.7125.91110.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 127 (50% from 255) = 33.69%
R=28.12%
G=38.20%
B=33.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061441270.2600.120.44153.1615.249.02
Hex6A907F1A0C2C99f31
Octal15222017732014542311761
Binary11010101001000011111111101001100101100100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,127); }

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

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

 a { background-color: rgb(106,144,127); }

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

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

 span { border-color: rgb(106,144,127); }

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