#679884

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

Shades of Patina #679884

Tints of Patina #679884

Color information

#679884 (or 0x679884) is unknown color: approx Patina. HEX triplet: 67, 98 and 84. RGB value is (103,152,132). Sum of RGB (Red+Green+Blue) = 103+152+132=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #679884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679884 is #98677B. Grayscale: #878787. Windows color (decimal): -9987964 or 8689767. OLE color: 8689767.

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

Color convert

RGB103152132-
CMYK0.3200.130.40
HSL155.51º19.22%50%-
HSV(B)155.51º32.24%59.61%-
XYZ20.9927.0125.94-
YUV135.07126.27105.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=26.61%
G=39.28%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521320.3200.130.40155.5119.2250
Hex679884200D289c1332
Octal14723020440015502342362
Binary11001111001100010000100100000011011010001001110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679884; }

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

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

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

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

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

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

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

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