#609E82

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

Shades of Patina #609E82

Tints of Patina #609E82

Color information

#609E82 (or 0x609E82) is unknown color: approx Patina. HEX triplet: 60, 9E and 82. RGB value is (96,158,130). Sum of RGB (Red+Green+Blue) = 96+158+130=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #609E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E82 is #9F617D. Grayscale: #888888. Windows color (decimal): -10445182 or 8560224. OLE color: 8560224.

HSL color Cylindrical-coordinate representation of color #609E82: hue angle of 152.9º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E82 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB96158130-
CMYK0.3900.180.38
HSL152.9º24.41%49.8%-
HSV(B)152.9º39.24%61.96%-
XYZ21.0828.5525.52-
YUV136.27124.4699.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=25%
G=41.15%
B=33.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581300.3900.180.38152.924.4149.8
Hex609E822701226991832
Octal14023620247022462313062
Binary110000010011110100000101001110100101001101001100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609E82; }

 p { color: rgb(96,158,130); }

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

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

 a { background-color: rgb(96,158,130); }

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

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

 span { border-color: rgb(96,158,130); }

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