#699884

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

Shades of Patina #699884

Tints of Patina #699884

Color information

#699884 (or 0x699884) is unknown color: approx Patina. HEX triplet: 69, 98 and 84. RGB value is (105,152,132). Sum of RGB (Red+Green+Blue) = 105+152+132=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #699884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699884 is #96677B. Grayscale: #878787. Windows color (decimal): -9856892 or 8689769. OLE color: 8689769.

HSL color Cylindrical-coordinate representation of color #699884: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699884 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB105152132-
CMYK0.3100.130.40
HSL154.47º18.58%50.39%-
HSV(B)154.47º30.92%59.61%-
XYZ21.2227.1325.95-
YUV135.67125.93106.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=26.99%
G=39.07%
B=33.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521320.3100.130.40154.4718.5850.39
Hex6998841F0D289a1332
Octal15123020437015502322362
Binary1101001100110001000010011111011011010001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699884; }

 p { color: rgb(105,152,132); }

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

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

 a { background-color: rgb(105,152,132); }

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

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

 span { border-color: rgb(105,152,132); }

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