#609D83

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

Shades of Patina #609D83

Tints of Patina #609D83

Color information

#609D83 (or 0x609D83) is unknown color: approx Patina. HEX triplet: 60, 9D and 83. RGB value is (96,157,131). Sum of RGB (Red+Green+Blue) = 96+157+131=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #609D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D83 is #9F627C. Grayscale: #878787. Windows color (decimal): -10445437 or 8625504. OLE color: 8625504.

HSL color Cylindrical-coordinate representation of color #609D83: hue angle of 154.43º 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 #609D83 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB96157131-
CMYK0.3900.170.38
HSL154.43º24.11%49.61%-
HSV(B)154.43º38.85%61.57%-
XYZ20.9828.2425.82-
YUV135.8125.2999.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=25%
G=40.89%
B=34.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571310.3900.170.38154.4324.1149.61
Hex609D8327011269a1832
Octal14023520347021462323062
Binary110000010011101100000111001110100011001101001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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