#619889

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

Shades of Patina #619889

Tints of Patina #619889

Color information

#619889 (or 0x619889) is unknown color: approx Patina. HEX triplet: 61, 98 and 89. RGB value is (97,152,137). Sum of RGB (Red+Green+Blue) = 97+152+137=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #619889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619889 is #9E6776. Grayscale: #858585. Windows color (decimal): -10381175 or 9017441. OLE color: 9017441.

HSL color Cylindrical-coordinate representation of color #619889: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619889 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB97152137-
CMYK0.3600.100.40
HSL163.64º22.09%48.82%-
HSV(B)163.64º36.18%59.61%-
XYZ20.6726.827.75-
YUV133.84129.78101.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=25.13%
G=39.38%
B=35.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521370.3600.100.40163.6422.0948.82
Hex619889240A28a41631
Octal14123021144012502442661
Binary11000011001100010001001100100010101010001010010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619889; }

 p { color: rgb(97,152,137); }

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

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

 a { background-color: rgb(97,152,137); }

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

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

 span { border-color: rgb(97,152,137); }

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