#609781

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

Shades of Patina #609781

Tints of Patina #609781

Color information

#609781 (or 0x609781) is unknown color: approx Patina. HEX triplet: 60, 97 and 81. RGB value is (96,151,129). Sum of RGB (Red+Green+Blue) = 96+151+129=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #609781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609781 is #9F687E. Grayscale: #848484. Windows color (decimal): -10446975 or 8492896. OLE color: 8492896.

HSL color Cylindrical-coordinate representation of color #609781: hue angle of 156º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609781 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB96151129-
CMYK0.3600.150.41
HSL156º22.27%48.43%-
HSV(B)156º36.42%59.22%-
XYZ19.8526.224.78-
YUV132.05126.28102.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=25.53%
G=40.16%
B=34.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511290.3600.150.4115622.2748.43
Hex609781240F299c1630
Octal14022720144017512342660
Binary11000001001011110000001100100011111010011001110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609781; }

 p { color: rgb(96,151,129); }

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

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

 a { background-color: rgb(96,151,129); }

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

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

 span { border-color: rgb(96,151,129); }

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