Html Css Color HEX #619986 Patina

📋 copy color: '#619986'

red 97 ◦ green 153 ◦ blue 134

#619986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #619986

Tints of Patina #619986

RGB

 RED value IS 97 (38.28% from 255) = 25.26%

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 25.26%
G = 39.84%
B = 34.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#619986 (or 0x619986) is known color: Patina. HEX triplet: 61, 99 and 86. RGB value is (97,153,134). Sum of RGB (Red+Green+Blue) = 97+153+134=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #619986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619986 is #9E6679. Grayscale: #868686. Windows color (decimal): -10380922 or 8821089. OLE color: 8821089.

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

Color convert

RGB 97 153 134 -
CMYK 0.37 0 0.12 0.4
HSL 159.64º 0.22% 0.49% -
HSV(B) 159.64º 0.37% 0.6% -
XYZ 20.62 27.05 26.69 -
YUV 134.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 97 153 134 0.37 0 0.12 0.4 159.64 0.22 0.49
Hex 61 99 86 25 0 C 28 A0 16 31
Octal 141 231 206 45 0 14 50 240 26 61
Binary 1100001 10011001 10000110 100101 0 1100 101000 10100000 10110 110001

Color Harmonies of #619986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619986

Black with #619986

Text Example


Text Example

White with #619986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619986; }

 p { color: rgb(97,153,134); }

 H1.HeaderClassName
 {
   color: #619986;
 }
 .AnyTagClassName
 {
   color: #619986;
 }
</style>

background-color css

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

 a { background-color: rgb(97,153,134); }

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

border-color css

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

 span { border-color: rgb(97,153,134); }

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