Html Css Color HEX #619481 Patina

📋 copy color: '#619481'

red 97 ◦ green 148 ◦ blue 129

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

Shades of Patina #619481

Tints of Patina #619481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 25.94%
G = 39.57%
B = 34.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#619481 (or 0x619481) is known color: Patina. HEX triplet: 61, 94 and 81. RGB value is (97,148,129). Sum of RGB (Red+Green+Blue) = 97+148+129=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #619481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619481 is #9E6B7E. Grayscale: #828282. Windows color (decimal): -10382207 or 8492129. OLE color: 8492129.

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

Color convert

RGB 97 148 129 -
CMYK 0.34 0 0.13 0.42
HSL 157.65º 0.21% 0.48% -
HSV(B) 157.65º 0.34% 0.58% -
XYZ 19.48 25.31 24.63 -
YUV 130.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 97 148 129 0.34 0 0.13 0.42 157.65 0.21 0.48
Hex 61 94 81 22 0 D 2A 9E 15 30
Octal 141 224 201 42 0 15 52 236 25 60
Binary 1100001 10010100 10000001 100010 0 1101 101010 10011110 10101 110000

Color Harmonies of #619481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619481

Black with #619481

Text Example


Text Example

White with #619481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619481; }

 p { color: rgb(97,148,129); }

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

background-color css

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

 a { background-color: rgb(97,148,129); }

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

border-color css

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

 span { border-color: rgb(97,148,129); }

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