Html Css Color HEX #619187 Patina

📋 copy color: '#619187'

red 97 ◦ green 145 ◦ blue 135

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

Shades of Patina #619187

Tints of Patina #619187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 25.73%
G = 38.46%
B = 35.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#619187 (or 0x619187) is known color: Patina. HEX triplet: 61, 91 and 87. RGB value is (97,145,135). Sum of RGB (Red+Green+Blue) = 97+145+135=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #619187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619187 is #9E6E78. Grayscale: #818181. Windows color (decimal): -10382969 or 8884577. OLE color: 8884577.

HSL color Cylindrical-coordinate representation of color #619187: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619187 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 135 -
CMYK 0.33 0 0.07 0.43
HSL 167.5º 0.2% 0.47% -
HSV(B) 167.5º 0.33% 0.57% -
XYZ 19.43 24.54 26.63 -
YUV 129.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 97 145 135 0.33 0 0.07 0.43 167.5 0.2 0.47
Hex 61 91 87 21 0 7 2B A8 14 2F
Octal 141 221 207 41 0 7 53 250 24 57
Binary 1100001 10010001 10000111 100001 0 111 101011 10101000 10100 101111

Color Harmonies of #619187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619187

Black with #619187

Text Example


Text Example

White with #619187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619187; }

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

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

background-color css

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

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

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

border-color css

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

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

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