Html Css Color HEX #619E91 Patina

📋 copy color: '#619E91'

red 97 ◦ green 158 ◦ blue 145

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

Shades of Patina #619E91

Tints of Patina #619E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 24.25%
G = 39.5%
B = 36.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#619E91 (or 0x619E91) is known color: Patina. HEX triplet: 61, 9E and 91. RGB value is (97,158,145). Sum of RGB (Red+Green+Blue) = 97+158+145=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #619E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E91 is #9E616E. Grayscale: #8A8A8A. Windows color (decimal): -10379631 or 9543265. OLE color: 9543265.

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

Color convert

RGB 97 158 145 -
CMYK 0.39 0 0.08 0.38
HSL 167.21º 0.24% 0.5% -
HSV(B) 167.21º 0.39% 0.62% -
XYZ 22.27 29.04 31.22 -
YUV 138.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 97 158 145 0.39 0 0.08 0.38 167.21 0.24 0.5
Hex 61 9E 91 27 0 8 26 A7 18 32
Octal 141 236 221 47 0 10 46 247 30 62
Binary 1100001 10011110 10010001 100111 0 1000 100110 10100111 11000 110010

Color Harmonies of #619E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E91

Black with #619E91

Text Example


Text Example

White with #619E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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