#69907E

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

Shades of Patina #69907E

Tints of Patina #69907E

Color information

#69907E (or 0x69907E) is unknown color: approx Patina. HEX triplet: 69, 90 and 7E. RGB value is (105,144,126). Sum of RGB (Red+Green+Blue) = 105+144+126=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #69907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69907E is #966F81. Grayscale: #828282. Windows color (decimal): -9858946 or 8294505. OLE color: 8294505.

HSL color Cylindrical-coordinate representation of color #69907E: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69907E is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB105144126-
CMYK0.2700.120.44
HSL152.31º15.66%48.82%-
HSV(B)152.31º27.08%56.47%-
XYZ19.5624.4623.43-
YUV130.29125.58109.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=28%
G=38.4%
B=33.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441260.2700.120.44152.3115.6648.82
Hex69907E1B0C2C981031
Octal15122017633014542302061
Binary110100110010000111111011011011001011001001100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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