#67897C

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

Shades of Patina #67897C

Tints of Patina #67897C

Color information

#67897C (or 0x67897C) is unknown color: approx Patina. HEX triplet: 67, 89 and 7C. RGB value is (103,137,124). Sum of RGB (Red+Green+Blue) = 103+137+124=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #67897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67897C is #987683. Grayscale: #7D7D7D. Windows color (decimal): -9991812 or 8161639. OLE color: 8161639.

HSL color Cylindrical-coordinate representation of color #67897C: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67897C is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB103137124-
CMYK0.2500.090.46
HSL157.06º14.17%47.06%-
HSV(B)157.06º24.82%53.73%-
XYZ18.1822.2322.4-
YUV125.35127.24112.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=28.30%
G=37.64%
B=34.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371240.2500.090.46157.0614.1747.06
Hex67897C19092E9de2f
Octal14721117431011562351657
Binary11001111000100111111001100101001101110100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67897C; }

 p { color: rgb(103,137,124); }

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

<style>
 a { background-color: #67897C; }

 a { background-color: rgb(103,137,124); }

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

<style>
 span { border-color: #67897C; }

 span { border-color: rgb(103,137,124); }

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