#67A189

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

Shades of Patina #67A189

Tints of Patina #67A189

Color information

#67A189 (or 0x67A189) is unknown color: approx Patina. HEX triplet: 67, A1 and 89. RGB value is (103,161,137). Sum of RGB (Red+Green+Blue) = 103+161+137=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #67A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A189 is #985E76. Grayscale: #8C8C8C. Windows color (decimal): -9985655 or 9019751. OLE color: 9019751.

HSL color Cylindrical-coordinate representation of color #67A189: hue angle of 155.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A189 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB103161137-
CMYK0.3600.150.37
HSL155.17º23.58%51.76%-
HSV(B)155.17º36.02%63.14%-
XYZ22.8530.1828.29-
YUV140.92125.78100.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=25.69%
G=40.15%
B=34.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031611370.3600.150.37155.1723.5851.76
Hex67A189240F259b1834
Octal14724121144017452333064
Binary11001111010000110001001100100011111001011001101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A189; }

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

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

<style>
 a { background-color: #67A189; }

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

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

<style>
 span { border-color: #67A189; }

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

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