Html Css Color HEX #709183 Patina

📋 copy color: '#709183'

red 112 ◦ green 145 ◦ blue 131

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

Shades of Patina #709183

Tints of Patina #709183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 28.87%
G = 37.37%
B = 33.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#709183 (or 0x709183) is known color: Patina. HEX triplet: 70, 91 and 83. RGB value is (112,145,131). Sum of RGB (Red+Green+Blue) = 112+145+131=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #709183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709183 is #8F6E7C. Grayscale: #858585. Windows color (decimal): -9399933 or 8622448. OLE color: 8622448.

HSL color Cylindrical-coordinate representation of color #709183: hue angle of 154.55º 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 #709183 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 131 -
CMYK 0.23 0 0.10 0.43
HSL 154.55º 0.13% 0.5% -
HSV(B) 154.55º 0.23% 0.57% -
XYZ 20.9 25.33 25.26 -
YUV 133.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 112 145 131 0.23 0 0.10 0.43 154.55 0.13 0.5
Hex 70 91 83 17 0 A 2B 9B D 32
Octal 160 221 203 27 0 12 53 233 15 62
Binary 1110000 10010001 10000011 10111 0 1010 101011 10011011 1101 110010

Color Harmonies of #709183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709183

Black with #709183

Text Example


Text Example

White with #709183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709183; }

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

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

background-color css

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

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

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

border-color css

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

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

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