#619D91

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

Shades of Patina #619D91

Tints of Patina #619D91

Color information

#619D91 (or 0x619D91) is unknown color: approx Patina. HEX triplet: 61, 9D and 91. RGB value is (97,157,145). Sum of RGB (Red+Green+Blue) = 97+157+145=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #619D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D91 is #9E626E. Grayscale: #898989. Windows color (decimal): -10379887 or 9543009. OLE color: 9543009.

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

Color convert

RGB97157145-
CMYK0.3800.080.38
HSL168º23.62%49.8%-
HSV(B)168º38.22%61.57%-
XYZ22.128.731.16-
YUV137.69132.1298.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=24.31%
G=39.35%
B=36.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571450.3800.080.3816823.6249.8
Hex619D91260826a81832
Octal14123522146010462503062
Binary11000011001110110010001100110010001001101010100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619D91; }

 p { color: rgb(97,157,145); }

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

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

 a { background-color: rgb(97,157,145); }

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

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

 span { border-color: rgb(97,157,145); }

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