#619D7D

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

Shades of Patina #619D7D

Tints of Patina #619D7D

Color information

#619D7D (or 0x619D7D) is unknown color: approx Patina. HEX triplet: 61, 9D and 7D. RGB value is (97,157,125). Sum of RGB (Red+Green+Blue) = 97+157+125=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #619D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D7D is #9E6282. Grayscale: #878787. Windows color (decimal): -10379907 or 8232289. OLE color: 8232289.

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

Color convert

RGB97157125-
CMYK0.3800.200.38
HSL148º23.62%49.8%-
HSV(B)148º38.22%61.57%-
XYZ20.6928.1423.74-
YUV135.41122.12100.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=25.59%
G=41.42%
B=32.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571250.3800.200.3814823.6249.8
Hex619D7D2601426941832
Octal14123517546024462243062
Binary11000011001110111111011001100101001001101001010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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