#679288

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

Shades of Patina #679288

Tints of Patina #679288

Color information

#679288 (or 0x679288) is unknown color: approx Patina. HEX triplet: 67, 92 and 88. RGB value is (103,146,136). Sum of RGB (Red+Green+Blue) = 103+146+136=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #679288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679288 is #986D77. Grayscale: #848484. Windows color (decimal): -9989496 or 8950375. OLE color: 8950375.

HSL color Cylindrical-coordinate representation of color #679288: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679288 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB103146136-
CMYK0.2900.070.43
HSL166.05º17.27%48.82%-
HSV(B)166.05º29.45%57.25%-
XYZ20.3225.2227.09-
YUV132130.25107.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=26.75%
G=37.92%
B=35.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461360.2900.070.43166.0517.2748.82
Hex6792881D072Ba61131
Octal1472222103507532462161
Binary110011110010010100010001110101111010111010011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679288; }

 p { color: rgb(103,146,136); }

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

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

 a { background-color: rgb(103,146,136); }

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

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

 span { border-color: rgb(103,146,136); }

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