#6C897F

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

Shades of Patina #6C897F

Tints of Patina #6C897F

Color information

#6C897F (or 0x6C897F) is unknown color: approx Patina. HEX triplet: 6C, 89 and 7F. RGB value is (108,137,127). Sum of RGB (Red+Green+Blue) = 108+137+127=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #6C897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C897F is #937680. Grayscale: #7F7F7F. Windows color (decimal): -9664129 or 8358252. OLE color: 8358252.

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

Color convert

RGB108137127-
CMYK0.2100.070.46
HSL159.31º11.84%48.04%-
HSV(B)159.31º21.17%53.73%-
XYZ18.9622.6123.44-
YUV127.19127.89114.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.03%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 127 (50% from 255) = 34.14%
R=29.03%
G=36.83%
B=34.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081371270.2100.070.46159.3111.8448.04
Hex6C897F15072E9fc30
Octal1542111772507562371460
Binary1101100100010011111111101010111101110100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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