Html Css Color HEX #619381 Patina

📋 copy color: '#619381'

red 97 ◦ green 147 ◦ blue 129

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

Shades of Patina #619381

Tints of Patina #619381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 26.01%
G = 39.41%
B = 34.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#619381 (or 0x619381) is known color: Patina. HEX triplet: 61, 93 and 81. RGB value is (97,147,129). Sum of RGB (Red+Green+Blue) = 97+147+129=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #619381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619381 is #9E6C7E. Grayscale: #828282. Windows color (decimal): -10382463 or 8491873. OLE color: 8491873.

HSL color Cylindrical-coordinate representation of color #619381: hue angle of 158.4º degrees, saturation: 0.2, 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 #619381 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 129 -
CMYK 0.34 0 0.12 0.42
HSL 158.4º 0.2% 0.48% -
HSV(B) 158.4º 0.34% 0.58% -
XYZ 19.33 24.99 24.57 -
YUV 130 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 97 147 129 0.34 0 0.12 0.42 158.4 0.2 0.48
Hex 61 93 81 22 0 C 2A 9E 14 30
Octal 141 223 201 42 0 14 52 236 24 60
Binary 1100001 10010011 10000001 100010 0 1100 101010 10011110 10100 110000

Color Harmonies of #619381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619381

Black with #619381

Text Example


Text Example

White with #619381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619381; }

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

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

background-color css

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

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

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

border-color css

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

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

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