Html Css Color HEX #709184 Patina

📋 copy color: '#709184'

red 112 ◦ green 145 ◦ blue 132

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

Shades of Patina #709184

Tints of Patina #709184

RGB

 RED value IS 112 (44.14% from 255) = 28.79%

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 28.79%
G = 37.28%
B = 33.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#709184 (or 0x709184) is known color: Patina. HEX triplet: 70, 91 and 84. RGB value is (112,145,132). Sum of RGB (Red+Green+Blue) = 112+145+132=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #709184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709184 is #8F6E7B. Grayscale: #858585. Windows color (decimal): -9399932 or 8687984. OLE color: 8687984.

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

Color convert

RGB 112 145 132 -
CMYK 0.23 0 0.09 0.43
HSL 156.36º 0.13% 0.5% -
HSV(B) 156.36º 0.23% 0.57% -
XYZ 20.97 25.36 25.62 -
YUV 133.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 112 145 132 0.23 0 0.09 0.43 156.36 0.13 0.5
Hex 70 91 84 17 0 9 2B 9C D 32
Octal 160 221 204 27 0 11 53 234 15 62
Binary 1110000 10010001 10000100 10111 0 1001 101011 10011100 1101 110010

Color Harmonies of #709184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709184

Black with #709184

Text Example


Text Example

White with #709184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709184; }

 p { color: rgb(112,145,132); }

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

background-color css

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

 a { background-color: rgb(112,145,132); }

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

border-color css

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

 span { border-color: rgb(112,145,132); }

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