#69907C

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

Shades of Patina #69907C

Tints of Patina #69907C

Color information

#69907C (or 0x69907C) is unknown color: approx Patina. HEX triplet: 69, 90 and 7C. RGB value is (105,144,124). Sum of RGB (Red+Green+Blue) = 105+144+124=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #69907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69907C is #966F83. Grayscale: #828282. Windows color (decimal): -9858948 or 8163433. OLE color: 8163433.

HSL color Cylindrical-coordinate representation of color #69907C: hue angle of 149.23º 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 #69907C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB105144124-
CMYK0.2700.140.44
HSL149.23º15.66%48.82%-
HSV(B)149.23º27.08%56.47%-
XYZ19.4424.4122.75-
YUV130.06124.58110.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=28.15%
G=38.61%
B=33.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441240.2700.140.44149.2315.6648.82
Hex69907C1B0E2C951031
Octal15122017433016542252061
Binary110100110010000111110011011011101011001001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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