Html Css Color HEX #709081 Patina

📋 copy color: '#709081'

red 112 ◦ green 144 ◦ blue 129

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

Shades of Patina #709081

Tints of Patina #709081

RGB

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

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

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

R = 29.09%
G = 37.4%
B = 33.51%

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

#709081 (or 0x709081) is known color: Patina. HEX triplet: 70, 90 and 81. RGB value is (112,144,129). Sum of RGB (Red+Green+Blue) = 112+144+129=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #709081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709081 is #8F6F7E. Grayscale: #848484. Windows color (decimal): -9400191 or 8491120. OLE color: 8491120.

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

Color convert

RGB 112 144 129 -
CMYK 0.22 0 0.10 0.44
HSL 151.88º 0.13% 0.5% -
HSV(B) 151.88º 0.22% 0.56% -
XYZ 20.62 24.98 24.5 -
YUV 132.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 112 144 129 0.22 0 0.10 0.44 151.88 0.13 0.5
Hex 70 90 81 16 0 A 2C 98 D 32
Octal 160 220 201 26 0 12 54 230 15 62
Binary 1110000 10010000 10000001 10110 0 1010 101100 10011000 1101 110010

Color Harmonies of #709081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709081

Black with #709081

Text Example


Text Example

White with #709081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709081; }

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

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

background-color css

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

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

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

border-color css

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

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

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