#6A8C7F

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

Shades of Patina #6A8C7F

Tints of Patina #6A8C7F

Color information

#6A8C7F (or 0x6A8C7F) is unknown color: approx Patina. HEX triplet: 6A, 8C and 7F. RGB value is (106,140,127). Sum of RGB (Red+Green+Blue) = 106+140+127=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C7F is #957380. Grayscale: #808080. Windows color (decimal): -9794433 or 8359018. OLE color: 8359018.

HSL color Cylindrical-coordinate representation of color #6A8C7F: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8C7F is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB106140127-
CMYK0.2400.090.45
HSL157.06º13.82%48.24%-
HSV(B)157.06º24.29%54.9%-
XYZ19.1523.3523.58-
YUV128.35127.24112.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 127 (50% from 255) = 34.05%
R=28.42%
G=37.53%
B=34.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061401270.2400.090.45157.0613.8248.24
Hex6A8C7F18092D9de30
Octal15221417730011552351660
Binary11010101000110011111111100001001101101100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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