Html Css Color HEX #619587 Patina

📋 copy color: '#619587'

red 97 ◦ green 149 ◦ blue 135

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

Shades of Patina #619587

Tints of Patina #619587

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 25.46%
G = 39.11%
B = 35.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#619587 (or 0x619587) is known color: Patina. HEX triplet: 61, 95 and 87. RGB value is (97,149,135). Sum of RGB (Red+Green+Blue) = 97+149+135=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #619587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619587 is #9E6A78. Grayscale: #838383. Windows color (decimal): -10381945 or 8885601. OLE color: 8885601.

HSL color Cylindrical-coordinate representation of color #619587: hue angle of 163.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619587 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 135 -
CMYK 0.35 0 0.09 0.42
HSL 163.85º 0.21% 0.48% -
HSV(B) 163.85º 0.35% 0.58% -
XYZ 20.05 25.79 26.84 -
YUV 131.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 97 149 135 0.35 0 0.09 0.42 163.85 0.21 0.48
Hex 61 95 87 23 0 9 2A A4 15 30
Octal 141 225 207 43 0 11 52 244 25 60
Binary 1100001 10010101 10000111 100011 0 1001 101010 10100100 10101 110000

Color Harmonies of #619587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619587

Black with #619587

Text Example


Text Example

White with #619587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619587; }

 p { color: rgb(97,149,135); }

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

background-color css

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

 a { background-color: rgb(97,149,135); }

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

border-color css

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

 span { border-color: rgb(97,149,135); }

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