#619E83

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

Shades of Patina #619E83

Tints of Patina #619E83

Color information

#619E83 (or 0x619E83) is unknown color: approx Patina. HEX triplet: 61, 9E and 83. RGB value is (97,158,131). Sum of RGB (Red+Green+Blue) = 97+158+131=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #619E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E83 is #9E617C. Grayscale: #888888. Windows color (decimal): -10379645 or 8625761. OLE color: 8625761.

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

Color convert

RGB97158131-
CMYK0.3900.170.38
HSL153.44º23.92%50%-
HSV(B)153.44º38.61%61.96%-
XYZ21.2528.6325.88-
YUV136.68124.7999.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=25.13%
G=40.93%
B=33.94%

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
Decimal971581310.3900.170.38153.4423.9250
Hex619E832701126991832
Octal14123620347021462313062
Binary110000110011110100000111001110100011001101001100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,131); }

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

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

 a { background-color: rgb(97,158,131); }

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

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

 span { border-color: rgb(97,158,131); }

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