#69877C

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

Shades of Patina #69877C

Tints of Patina #69877C

Color information

#69877C (or 0x69877C) is unknown color: approx Patina. HEX triplet: 69, 87 and 7C. RGB value is (105,135,124). Sum of RGB (Red+Green+Blue) = 105+135+124=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #69877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69877C is #967883. Grayscale: #7C7C7C. Windows color (decimal): -9861252 or 8161129. OLE color: 8161129.

HSL color Cylindrical-coordinate representation of color #69877C: hue angle of 158º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69877C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB105135124-
CMYK0.2200.080.47
HSL158º12.5%47.06%-
HSV(B)158º22.22%52.94%-
XYZ18.1321.7922.32-
YUV124.78127.56113.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=28.85%
G=37.09%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351240.2200.080.4715812.547.06
Hex69877C16082F9ed2f
Octal15120717426010572361557
Binary11010011000011111111001011001000101111100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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