#6A8A7C

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

Shades of Patina #6A8A7C

Tints of Patina #6A8A7C

Color information

#6A8A7C (or 0x6A8A7C) is unknown color: approx Patina. HEX triplet: 6A, 8A and 7C. RGB value is (106,138,124). Sum of RGB (Red+Green+Blue) = 106+138+124=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A7C is #957583. Grayscale: #7E7E7E. Windows color (decimal): -9794948 or 8161898. OLE color: 8161898.

HSL color Cylindrical-coordinate representation of color #6A8A7C: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8A7C is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB106138124-
CMYK0.2300.100.46
HSL153.75º13.11%47.84%-
HSV(B)153.75º23.19%54.12%-
XYZ18.6722.722.47-
YUV126.84126.4113.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=28.80%
G=37.5%
B=33.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061381240.2300.100.46153.7513.1147.84
Hex6A8A7C170A2E9ad30
Octal15221217427012562321560
Binary11010101000101011111001011101010101110100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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