Html Css Color HEX #619988 Patina

📋 copy color: '#619988'

red 97 ◦ green 153 ◦ blue 136

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

Shades of Patina #619988

Tints of Patina #619988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 25.13%
G = 39.64%
B = 35.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#619988 (or 0x619988) is known color: Patina. HEX triplet: 61, 99 and 88. RGB value is (97,153,136). Sum of RGB (Red+Green+Blue) = 97+153+136=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #619988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619988 is #9E6677. Grayscale: #868686. Windows color (decimal): -10380920 or 8952161. OLE color: 8952161.

HSL color Cylindrical-coordinate representation of color #619988: hue angle of 161.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619988 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 136 -
CMYK 0.37 0 0.11 0.4
HSL 161.79º 0.22% 0.49% -
HSV(B) 161.79º 0.37% 0.6% -
XYZ 20.76 27.1 27.43 -
YUV 134.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 97 153 136 0.37 0 0.11 0.4 161.79 0.22 0.49
Hex 61 99 88 25 0 B 28 A2 16 31
Octal 141 231 210 45 0 13 50 242 26 61
Binary 1100001 10011001 10001000 100101 0 1011 101000 10100010 10110 110001

Color Harmonies of #619988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619988

Black with #619988

Text Example


Text Example

White with #619988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619988; }

 p { color: rgb(97,153,136); }

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

background-color css

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

 a { background-color: rgb(97,153,136); }

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

border-color css

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

 span { border-color: rgb(97,153,136); }

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