#619C8B

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

Shades of Patina #619C8B

Tints of Patina #619C8B

Color information

#619C8B (or 0x619C8B) is unknown color: approx Patina. HEX triplet: 61, 9C and 8B. RGB value is (97,156,139). Sum of RGB (Red+Green+Blue) = 97+156+139=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #619C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C8B is #9E6374. Grayscale: #888888. Windows color (decimal): -10380149 or 9149537. OLE color: 9149537.

HSL color Cylindrical-coordinate representation of color #619C8B: hue angle of 162.71º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C8B is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB97156139-
CMYK0.3800.110.39
HSL162.71º23.32%49.61%-
HSV(B)162.71º37.82%61.18%-
XYZ21.4828.1828.73-
YUV136.42129.4599.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=24.74%
G=39.80%
B=35.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561390.3800.110.39162.7123.3249.61
Hex619C8B260B27a31732
Octal14123421346013472432762
Binary11000011001110010001011100110010111001111010001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,156,139); }

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

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

 a { background-color: rgb(97,156,139); }

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

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

 span { border-color: rgb(97,156,139); }

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