Html Css Color HEX #619E81 Patina

📋 copy color: '#619E81'

red 97 ◦ green 158 ◦ blue 129

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

Shades of Patina #619E81

Tints of Patina #619E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 25.26%
G = 41.15%
B = 33.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#619E81 (or 0x619E81) is known color: Patina. HEX triplet: 61, 9E and 81. RGB value is (97,158,129). Sum of RGB (Red+Green+Blue) = 97+158+129=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #619E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E81 is #9E617E. Grayscale: #888888. Windows color (decimal): -10379647 or 8494689. OLE color: 8494689.

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

Color convert

RGB 97 158 129 -
CMYK 0.39 0 0.18 0.38
HSL 151.48º 0.24% 0.5% -
HSV(B) 151.48º 0.39% 0.62% -
XYZ 21.12 28.58 25.17 -
YUV 136.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 97 158 129 0.39 0 0.18 0.38 151.48 0.24 0.5
Hex 61 9E 81 27 0 12 26 97 18 32
Octal 141 236 201 47 0 22 46 227 30 62
Binary 1100001 10011110 10000001 100111 0 10010 100110 10010111 11000 110010

Color Harmonies of #619E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E81

Black with #619E81

Text Example


Text Example

White with #619E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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