Html Css Color HEX #619E82 Patina

📋 copy color: '#619E82'

red 97 ◦ green 158 ◦ blue 130

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

Shades of Patina #619E82

Tints of Patina #619E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 25.19%
G = 41.04%
B = 33.77%

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

#619E82 (or 0x619E82) is known color: Patina. HEX triplet: 61, 9E and 82. RGB value is (97,158,130). Sum of RGB (Red+Green+Blue) = 97+158+130=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #619E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E82 is #9E617D. Grayscale: #888888. Windows color (decimal): -10379646 or 8560225. OLE color: 8560225.

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

Color convert

RGB 97 158 130 -
CMYK 0.39 0 0.18 0.38
HSL 152.46º 0.24% 0.5% -
HSV(B) 152.46º 0.39% 0.62% -
XYZ 21.19 28.61 25.52 -
YUV 136.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 97 158 130 0.39 0 0.18 0.38 152.46 0.24 0.5
Hex 61 9E 82 27 0 12 26 98 18 32
Octal 141 236 202 47 0 22 46 230 30 62
Binary 1100001 10011110 10000010 100111 0 10010 100110 10011000 11000 110010

Color Harmonies of #619E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E82

Black with #619E82

Text Example


Text Example

White with #619E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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