#67887E

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

Shades of Patina #67887E

Tints of Patina #67887E

Color information

#67887E (or 0x67887E) is unknown color: approx Patina. HEX triplet: 67, 88 and 7E. RGB value is (103,136,126). Sum of RGB (Red+Green+Blue) = 103+136+126=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #67887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67887E is #987781. Grayscale: #7C7C7C. Windows color (decimal): -9992066 or 8292455. OLE color: 8292455.

HSL color Cylindrical-coordinate representation of color #67887E: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67887E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB103136126-
CMYK0.2400.070.47
HSL161.82º13.81%46.86%-
HSV(B)161.82º24.26%53.33%-
XYZ18.162223.03-
YUV124.99128.57112.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=28.22%
G=37.26%
B=34.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031361260.2400.070.47161.8213.8146.86
Hex67887E18072Fa2e2f
Octal1472101763007572421657
Binary1100111100010001111110110000111101111101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67887E; }

 p { color: rgb(103,136,126); }

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

<style>
 a { background-color: #67887E; }

 a { background-color: rgb(103,136,126); }

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

<style>
 span { border-color: #67887E; }

 span { border-color: rgb(103,136,126); }

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