Html Css Color HEX #619A88 Patina

📋 copy color: '#619A88'

red 97 ◦ green 154 ◦ blue 136

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

Shades of Patina #619A88

Tints of Patina #619A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

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

R = 25.06%
G = 39.79%
B = 35.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#619A88 (or 0x619A88) is known color: Patina. HEX triplet: 61, 9A and 88. RGB value is (97,154,136). Sum of RGB (Red+Green+Blue) = 97+154+136=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #619A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A88 is #9E6577. Grayscale: #868686. Windows color (decimal): -10380664 or 8952417. OLE color: 8952417.

HSL color Cylindrical-coordinate representation of color #619A88: hue angle of 161.05º degrees, saturation: 0.23, 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 #619A88 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 136 -
CMYK 0.37 0 0.12 0.40
HSL 161.05º 0.23% 0.49% -
HSV(B) 161.05º 0.37% 0.6% -
XYZ 20.93 27.43 27.48 -
YUV 134.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 97 154 136 0.37 0 0.12 0.40 161.05 0.23 0.49
Hex 61 9A 88 25 0 C 28 A1 17 31
Octal 141 232 210 45 0 14 50 241 27 61
Binary 1100001 10011010 10001000 100101 0 1100 101000 10100001 10111 110001

Color Harmonies of #619A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A88

Black with #619A88

Text Example


Text Example

White with #619A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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