#619c7f

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

Shades of Patina #619C7F

Tints of Patina #619C7F

Color information

#619C7F (or 0x619C7F) is unknown color: approx Patina. HEX triplet: 61, 9C and 7F. RGB value is (97,156,127). Sum of RGB (Red+Green+Blue) = 97+156+127=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #619C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C7F is #9E6380. Grayscale: #878787. Windows color (decimal): -10380161 or 8363105. OLE color: 8363105.

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

Color convert

RGB97156127-
CMYK0.3800.190.39
HSL150.51º23.32%49.61%-
HSV(B)150.51º37.82%61.18%-
XYZ20.6527.8524.37-
YUV135.05123.45100.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 127 (50% from 255) = 33.42%
R=25.53%
G=41.05%
B=33.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561270.3800.190.39150.5123.3249.61
Hex619C7F2601327971732
Octal14123417746023472272762
Binary11000011001110011111111001100100111001111001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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