#609379

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

Shades of Patina #609379

Tints of Patina #609379

Color information

#609379 (or 0x609379) is unknown color: approx Patina. HEX triplet: 60, 93 and 79. RGB value is (96,147,121). Sum of RGB (Red+Green+Blue) = 96+147+121=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #609379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609379 is #9F6C86. Grayscale: #808080. Windows color (decimal): -10448007 or 7967584. OLE color: 7967584.

HSL color Cylindrical-coordinate representation of color #609379: hue angle of 149.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609379 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB96147121-
CMYK0.3500.180.42
HSL149.41º20.99%47.65%-
HSV(B)149.41º34.69%57.65%-
XYZ18.7124.7321.88-
YUV128.79123.6104.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=26.37%
G=40.38%
B=33.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471210.3500.180.42149.4120.9947.65
Hex609379230122A951530
Octal14022317143022522252560
Binary11000001001001111110011000110100101010101001010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609379; }

 p { color: rgb(96,147,121); }

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

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

 a { background-color: rgb(96,147,121); }

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

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

 span { border-color: rgb(96,147,121); }

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