Html Css Color HEX #619687 Patina

📋 copy color: '#619687'

red 97 ◦ green 150 ◦ blue 135

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

Shades of Patina #619687

Tints of Patina #619687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

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

R = 25.39%
G = 39.27%
B = 35.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#619687 (or 0x619687) is known color: Patina. HEX triplet: 61, 96 and 87. RGB value is (97,150,135). Sum of RGB (Red+Green+Blue) = 97+150+135=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #619687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619687 is #9E6978. Grayscale: #848484. Windows color (decimal): -10381689 or 8885857. OLE color: 8885857.

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

Color convert

RGB 97 150 135 -
CMYK 0.35 0 0.1 0.41
HSL 163.02º 0.21% 0.48% -
HSV(B) 163.02º 0.35% 0.59% -
XYZ 20.21 26.1 26.89 -
YUV 132.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 97 150 135 0.35 0 0.1 0.41 163.02 0.21 0.48
Hex 61 96 87 23 0 A 29 A3 15 30
Octal 141 226 207 43 0 12 51 243 25 60
Binary 1100001 10010110 10000111 100011 0 1010 101001 10100011 10101 110000

Color Harmonies of #619687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619687

Black with #619687

Text Example


Text Example

White with #619687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619687; }

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

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

background-color css

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

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

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

border-color css

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

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

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