#608D7A

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

Shades of Patina #608D7A

Tints of Patina #608D7A

Color information

#608D7A (or 0x608D7A) is unknown color: approx Patina. HEX triplet: 60, 8D and 7A. RGB value is (96,141,122). Sum of RGB (Red+Green+Blue) = 96+141+122=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #608D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D7A is #9F7285. Grayscale: #7D7D7D. Windows color (decimal): -10449542 or 8031584. OLE color: 8031584.

HSL color Cylindrical-coordinate representation of color #608D7A: hue angle of 154.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D7A is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB96141122-
CMYK0.3200.130.45
HSL154.67º18.99%46.47%-
HSV(B)154.67º31.91%55.29%-
XYZ17.8622.9421.9-
YUV125.38126.09107.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=26.74%
G=39.28%
B=33.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961411220.3200.130.45154.6718.9946.47
Hex608D7A200D2D9b132e
Octal14021517240015552332356
Binary1100000100011011111010100000011011011011001101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608D7A; }

 p { color: rgb(96,141,122); }

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

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

 a { background-color: rgb(96,141,122); }

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

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

 span { border-color: rgb(96,141,122); }

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