Html Css Color HEX #719082 Patina

📋 copy color: '#719082'

red 113 ◦ green 144 ◦ blue 130

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

Shades of Patina #719082

Tints of Patina #719082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 29.2%
G = 37.21%
B = 33.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#719082 (or 0x719082) is known color: Patina. HEX triplet: 71, 90 and 82. RGB value is (113,144,130). Sum of RGB (Red+Green+Blue) = 113+144+130=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #719082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719082 is #8E6F7D. Grayscale: #858585. Windows color (decimal): -9334654 or 8556657. OLE color: 8556657.

HSL color Cylindrical-coordinate representation of color #719082: hue angle of 152.9º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719082 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 130 -
CMYK 0.22 0 0.10 0.44
HSL 152.9º 0.12% 0.5% -
HSV(B) 152.9º 0.22% 0.56% -
XYZ 20.81 25.07 24.86 -
YUV 133.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 113 144 130 0.22 0 0.10 0.44 152.9 0.12 0.5
Hex 71 90 82 16 0 A 2C 99 C 32
Octal 161 220 202 26 0 12 54 231 14 62
Binary 1110001 10010000 10000010 10110 0 1010 101100 10011001 1100 110010

Color Harmonies of #719082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719082

Black with #719082

Text Example


Text Example

White with #719082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719082; }

 p { color: rgb(113,144,130); }

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

background-color css

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

 a { background-color: rgb(113,144,130); }

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

border-color css

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

 span { border-color: rgb(113,144,130); }

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