#699F83

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

Shades of Patina #699F83

Tints of Patina #699F83

Color information

#699F83 (or 0x699F83) is unknown color: approx Patina. HEX triplet: 69, 9F and 83. RGB value is (105,159,131). Sum of RGB (Red+Green+Blue) = 105+159+131=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #699F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F83 is #96607C. Grayscale: #8B8B8B. Windows color (decimal): -9855101 or 8626025. OLE color: 8626025.

HSL color Cylindrical-coordinate representation of color #699F83: hue angle of 148.89º 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 #699F83 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB105159131-
CMYK0.3400.180.38
HSL148.89º21.95%51.76%-
HSV(B)148.89º33.96%62.35%-
XYZ22.3229.4425.98-
YUV139.66123.11103.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=26.58%
G=40.25%
B=33.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591310.3400.180.38148.8921.9551.76
Hex699F832201226951634
Octal15123720342022462252664
Binary110100110011111100000111000100100101001101001010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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