Html Css Color HEX #619281 Patina

📋 copy color: '#619281'

red 97 ◦ green 146 ◦ blue 129

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

Shades of Patina #619281

Tints of Patina #619281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

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

R = 26.08%
G = 39.25%
B = 34.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#619281 (or 0x619281) is known color: Patina. HEX triplet: 61, 92 and 81. RGB value is (97,146,129). Sum of RGB (Red+Green+Blue) = 97+146+129=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #619281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619281 is #9E6D7E. Grayscale: #818181. Windows color (decimal): -10382719 or 8491617. OLE color: 8491617.

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

Color convert

RGB 97 146 129 -
CMYK 0.34 0 0.12 0.43
HSL 159.18º 0.2% 0.48% -
HSV(B) 159.18º 0.34% 0.57% -
XYZ 19.17 24.68 24.52 -
YUV 129.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 97 146 129 0.34 0 0.12 0.43 159.18 0.2 0.48
Hex 61 92 81 22 0 C 2B 9F 14 30
Octal 141 222 201 42 0 14 53 237 24 60
Binary 1100001 10010010 10000001 100010 0 1100 101011 10011111 10100 110000

Color Harmonies of #619281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619281

Black with #619281

Text Example


Text Example

White with #619281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619281; }

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

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

background-color css

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

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

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

border-color css

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

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

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