#679281

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

Shades of Patina #679281

Tints of Patina #679281

Color information

#679281 (or 0x679281) is unknown color: approx Patina. HEX triplet: 67, 92 and 81. RGB value is (103,146,129). Sum of RGB (Red+Green+Blue) = 103+146+129=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #679281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679281 is #986D7E. Grayscale: #838383. Windows color (decimal): -9989503 or 8491623. OLE color: 8491623.

HSL color Cylindrical-coordinate representation of color #679281: hue angle of 156.28º 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 #679281 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB103146129-
CMYK0.2900.120.43
HSL156.28º17.27%48.82%-
HSV(B)156.28º29.45%57.25%-
XYZ19.8325.0324.55-
YUV131.2126.75107.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=27.25%
G=38.62%
B=34.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461290.2900.120.43156.2817.2748.82
Hex6792811D0C2B9c1131
Octal14722220135014532342161
Binary1100111100100101000000111101011001010111001110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679281; }

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

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

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

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

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

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

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

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