#67877E

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

Shades of Patina #67877E

Tints of Patina #67877E

Color information

#67877E (or 0x67877E) is unknown color: approx Patina. HEX triplet: 67, 87 and 7E. RGB value is (103,135,126). Sum of RGB (Red+Green+Blue) = 103+135+126=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #67877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67877E is #987881. Grayscale: #7C7C7C. Windows color (decimal): -9992322 or 8292199. OLE color: 8292199.

HSL color Cylindrical-coordinate representation of color #67877E: hue angle of 163.12º degrees, saturation: 0.13, 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 #67877E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB103135126-
CMYK0.2400.070.47
HSL163.12º13.45%46.67%-
HSV(B)163.12º23.7%52.94%-
XYZ18.0221.7222.98-
YUV124.41128.9112.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=28.30%
G=37.09%
B=34.62%

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
Decimal1031351260.2400.070.47163.1213.4546.67
Hex67877E18072Fa3d2f
Octal1472071763007572431557
Binary1100111100001111111110110000111101111101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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