Html Css Color HEX #619E89 Patina

📋 copy color: '#619E89'

red 97 ◦ green 158 ◦ blue 137

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

Shades of Patina #619E89

Tints of Patina #619E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 24.74%
G = 40.31%
B = 34.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#619E89 (or 0x619E89) is known color: Patina. HEX triplet: 61, 9E and 89. RGB value is (97,158,137). Sum of RGB (Red+Green+Blue) = 97+158+137=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #619E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E89 is #9E6176. Grayscale: #898989. Windows color (decimal): -10379639 or 9018977. OLE color: 9018977.

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

Color convert

RGB 97 158 137 -
CMYK 0.39 0 0.13 0.38
HSL 159.34º 0.24% 0.5% -
HSV(B) 159.34º 0.39% 0.62% -
XYZ 21.67 28.8 28.08 -
YUV 137.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 97 158 137 0.39 0 0.13 0.38 159.34 0.24 0.5
Hex 61 9E 89 27 0 D 26 9F 18 32
Octal 141 236 211 47 0 15 46 237 30 62
Binary 1100001 10011110 10001001 100111 0 1101 100110 10011111 11000 110010

Color Harmonies of #619E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E89

Black with #619E89

Text Example


Text Example

White with #619E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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