#609683

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

Shades of Patina #609683

Tints of Patina #609683

Color information

#609683 (or 0x609683) is unknown color: approx Patina. HEX triplet: 60, 96 and 83. RGB value is (96,150,131). Sum of RGB (Red+Green+Blue) = 96+150+131=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #609683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609683 is #9F697C. Grayscale: #838383. Windows color (decimal): -10447229 or 8623712. OLE color: 8623712.

HSL color Cylindrical-coordinate representation of color #609683: hue angle of 158.89º 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 #609683 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB96150131-
CMYK0.3600.130.41
HSL158.89º21.95%48.24%-
HSV(B)158.89º36%58.82%-
XYZ19.8325.9425.43-
YUV131.69127.61102.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=25.46%
G=39.79%
B=34.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501310.3600.130.41158.8921.9548.24
Hex609683240D299f1630
Octal14022620344015512372660
Binary11000001001011010000011100100011011010011001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609683; }

 p { color: rgb(96,150,131); }

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

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

 a { background-color: rgb(96,150,131); }

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

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

 span { border-color: rgb(96,150,131); }

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