#67877C

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

Shades of Patina #67877C

Tints of Patina #67877C

Color information

#67877C (or 0x67877C) is unknown color: approx Patina. HEX triplet: 67, 87 and 7C. RGB value is (103,135,124). Sum of RGB (Red+Green+Blue) = 103+135+124=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #67877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67877C is #987883. Grayscale: #7C7C7C. Windows color (decimal): -9992324 or 8161127. OLE color: 8161127.

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

Color convert

RGB103135124-
CMYK0.2400.080.47
HSL159.37º13.45%46.67%-
HSV(B)159.37º23.7%52.94%-
XYZ17.921.6722.31-
YUV124.18127.9112.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=28.45%
G=37.29%
B=34.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031351240.2400.080.47159.3713.4546.67
Hex67877C18082F9fd2f
Octal14720717430010572371557
Binary11001111000011111111001100001000101111100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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