#6B897F

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

Shades of Patina #6B897F

Tints of Patina #6B897F

Color information

#6B897F (or 0x6B897F) is unknown color: approx Patina. HEX triplet: 6B, 89 and 7F. RGB value is (107,137,127). Sum of RGB (Red+Green+Blue) = 107+137+127=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #6B897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B897F is #947680. Grayscale: #7E7E7E. Windows color (decimal): -9729665 or 8358251. OLE color: 8358251.

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

Color convert

RGB107137127-
CMYK0.2200.070.46
HSL160º12.3%47.84%-
HSV(B)160º21.9%53.73%-
XYZ18.8422.5523.44-
YUV126.89128.06113.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 127 (50% from 255) = 34.23%
R=28.84%
G=36.93%
B=34.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071371270.2200.070.4616012.347.84
Hex6B897F16072Ea0c30
Octal1532111772607562401460
Binary1101011100010011111111101100111101110101000001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,127); }

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

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

 a { background-color: rgb(107,137,127); }

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

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

 span { border-color: rgb(107,137,127); }

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