Html Css Color HEX #619D8F Patina

📋 copy color: '#619D8F'

red 97 ◦ green 157 ◦ blue 143

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

Shades of Patina #619D8F

Tints of Patina #619D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 24.43%
G = 39.55%
B = 36.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#619D8F (or 0x619D8F) is known color: Patina. HEX triplet: 61, 9D and 8F. RGB value is (97,157,143). Sum of RGB (Red+Green+Blue) = 97+157+143=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #619D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D8F is #9E6270. Grayscale: #898989. Windows color (decimal): -10379889 or 9411937. OLE color: 9411937.

HSL color Cylindrical-coordinate representation of color #619D8F: hue angle of 166º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D8F is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 157 143 -
CMYK 0.38 0 0.09 0.38
HSL 166º 0.24% 0.5% -
HSV(B) 166º 0.38% 0.62% -
XYZ 21.94 28.64 30.36 -
YUV 137.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 97 157 143 0.38 0 0.09 0.38 166 0.24 0.5
Hex 61 9D 8F 26 0 9 26 A6 18 32
Octal 141 235 217 46 0 11 46 246 30 62
Binary 1100001 10011101 10001111 100110 0 1001 100110 10100110 11000 110010

Color Harmonies of #619D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619D8F

Black with #619D8F

Text Example


Text Example

White with #619D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,143); }

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

background-color css

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

 a { background-color: rgb(97,157,143); }

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

border-color css

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

 span { border-color: rgb(97,157,143); }

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