#699F90

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

Shades of Patina #699F90

Tints of Patina #699F90

Color information

#699F90 (or 0x699F90) is unknown color: approx Patina. HEX triplet: 69, 9F and 90. RGB value is (105,159,144). Sum of RGB (Red+Green+Blue) = 105+159+144=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #699F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F90 is #96606F. Grayscale: #8D8D8D. Windows color (decimal): -9855088 or 9477993. OLE color: 9477993.

HSL color Cylindrical-coordinate representation of color #699F90: hue angle of 163.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F90 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB105159144-
CMYK0.3400.090.38
HSL163.33º21.95%51.76%-
HSV(B)163.33º33.96%62.35%-
XYZ23.2629.8130.91-
YUV141.14129.61102.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=25.74%
G=38.97%
B=35.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591440.3400.090.38163.3321.9551.76
Hex699F90220926a31634
Octal15123722042011462432664
Binary11010011001111110010000100010010011001101010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F90; }

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

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

<style>
 a { background-color: #699F90; }

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

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

<style>
 span { border-color: #699F90; }

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

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