#608D7F

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

Shades of Patina #608D7F

Tints of Patina #608D7F

Color information

#608D7F (or 0x608D7F) is unknown color: approx Patina. HEX triplet: 60, 8D and 7F. RGB value is (96,141,127). Sum of RGB (Red+Green+Blue) = 96+141+127=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #608D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D7F is #9F7280. Grayscale: #7D7D7D. Windows color (decimal): -10449537 or 8359264. OLE color: 8359264.

HSL color Cylindrical-coordinate representation of color #608D7F: hue angle of 161.33º 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 #608D7F is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB96141127-
CMYK0.3200.100.45
HSL161.33º18.99%46.47%-
HSV(B)161.33º31.91%55.29%-
XYZ18.1823.0723.57-
YUV125.95128.59106.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 127 (50% from 255) = 34.89%
R=26.37%
G=38.74%
B=34.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961411270.3200.100.45161.3318.9946.47
Hex608D7F200A2Da1132e
Octal14021517740012552412356
Binary1100000100011011111111100000010101011011010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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