Html Css Color HEX #719281 Patina

📋 copy color: '#719281'

red 113 ◦ green 146 ◦ blue 129

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

Shades of Patina #719281

Tints of Patina #719281

RGB

 RED value IS 113 (44.53% from 255) = 29.12%

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

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

R = 29.12%
G = 37.63%
B = 33.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#719281 (or 0x719281) is known color: Patina. HEX triplet: 71, 92 and 81. RGB value is (113,146,129). Sum of RGB (Red+Green+Blue) = 113+146+129=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #719281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719281 is #8E6D7E. Grayscale: #868686. Windows color (decimal): -9334143 or 8491633. OLE color: 8491633.

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

Color convert

RGB 113 146 129 -
CMYK 0.23 0 0.12 0.43
HSL 149.09º 0.13% 0.51% -
HSV(B) 149.09º 0.23% 0.57% -
XYZ 21.05 25.65 24.61 -
YUV 134.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 113 146 129 0.23 0 0.12 0.43 149.09 0.13 0.51
Hex 71 92 81 17 0 C 2B 95 D 33
Octal 161 222 201 27 0 14 53 225 15 63
Binary 1110001 10010010 10000001 10111 0 1100 101011 10010101 1101 110011

Color Harmonies of #719281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719281

Black with #719281

Text Example


Text Example

White with #719281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719281; }

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

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

background-color css

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

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

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

border-color css

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

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

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