#67A18A

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

Shades of Patina #67A18A

Tints of Patina #67A18A

Color information

#67A18A (or 0x67A18A) is unknown color: approx Patina. HEX triplet: 67, A1 and 8A. RGB value is (103,161,138). Sum of RGB (Red+Green+Blue) = 103+161+138=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #67A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A18A is #985E75. Grayscale: #8D8D8D. Windows color (decimal): -9985654 or 9085287. OLE color: 9085287.

HSL color Cylindrical-coordinate representation of color #67A18A: hue angle of 156.21º 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 #67A18A is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB103161138-
CMYK0.3600.140.37
HSL156.21º23.58%51.76%-
HSV(B)156.21º36.02%63.14%-
XYZ22.9330.2128.67-
YUV141.04126.28100.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 161 (63.28% from 255) = 40.05%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=25.62%
G=40.05%
B=34.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031611380.3600.140.37156.2123.5851.76
Hex67A18A240E259c1834
Octal14724121244016452343064
Binary11001111010000110001010100100011101001011001110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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