#69877E

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

Shades of Patina #69877E

Tints of Patina #69877E

Color information

#69877E (or 0x69877E) is unknown color: approx Patina. HEX triplet: 69, 87 and 7E. RGB value is (105,135,126). Sum of RGB (Red+Green+Blue) = 105+135+126=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #69877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69877E is #967881. Grayscale: #7D7D7D. Windows color (decimal): -9861250 or 8292201. OLE color: 8292201.

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

Color convert

RGB105135126-
CMYK0.2200.070.47
HSL162º12.5%47.06%-
HSV(B)162º22.22%52.94%-
XYZ18.2621.8422.99-
YUV125128.56113.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=28.69%
G=36.89%
B=34.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351260.2200.070.4716212.547.06
Hex69877E16072Fa2d2f
Octal1512071762607572421557
Binary1101001100001111111110101100111101111101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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