Html Css Color HEX #709083 Patina

📋 copy color: '#709083'

red 112 ◦ green 144 ◦ blue 131

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

Shades of Patina #709083

Tints of Patina #709083

RGB

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

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

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

R = 28.94%
G = 37.21%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#709083 (or 0x709083) is known color: Patina. HEX triplet: 70, 90 and 83. RGB value is (112,144,131). Sum of RGB (Red+Green+Blue) = 112+144+131=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #709083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709083 is #8F6F7C. Grayscale: #848484. Windows color (decimal): -9400189 or 8622192. OLE color: 8622192.

HSL color Cylindrical-coordinate representation of color #709083: hue angle of 155.62º degrees, saturation: 0.13, 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 #709083 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 131 -
CMYK 0.22 0 0.09 0.44
HSL 155.63º 0.13% 0.5% -
HSV(B) 155.63º 0.22% 0.56% -
XYZ 20.75 25.03 25.21 -
YUV 132.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 112 144 131 0.22 0 0.09 0.44 155.63 0.13 0.5
Hex 70 90 83 16 0 9 2C 9C D 32
Octal 160 220 203 26 0 11 54 234 15 62
Binary 1110000 10010000 10000011 10110 0 1001 101100 10011100 1101 110010

Color Harmonies of #709083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709083

Black with #709083

Text Example


Text Example

White with #709083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709083; }

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

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

background-color css

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

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

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

border-color css

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

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

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