Html Css Color HEX #709381 Patina

📋 copy color: '#709381'

red 112 ◦ green 147 ◦ blue 129

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

Shades of Patina #709381

Tints of Patina #709381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

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

R = 28.87%
G = 37.89%
B = 33.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#709381 (or 0x709381) is known color: Patina. HEX triplet: 70, 93 and 81. RGB value is (112,147,129). Sum of RGB (Red+Green+Blue) = 112+147+129=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #709381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709381 is #8F6C7E. Grayscale: #868686. Windows color (decimal): -9399423 or 8491888. OLE color: 8491888.

HSL color Cylindrical-coordinate representation of color #709381: hue angle of 149.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709381 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 129 -
CMYK 0.24 0 0.12 0.42
HSL 149.14º 0.14% 0.51% -
HSV(B) 149.14º 0.24% 0.58% -
XYZ 21.08 25.9 24.66 -
YUV 134.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 112 147 129 0.24 0 0.12 0.42 149.14 0.14 0.51
Hex 70 93 81 18 0 C 2A 95 E 33
Octal 160 223 201 30 0 14 52 225 16 63
Binary 1110000 10010011 10000001 11000 0 1100 101010 10010101 1110 110011

Color Harmonies of #709381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709381

Black with #709381

Text Example


Text Example

White with #709381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709381; }

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

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

background-color css

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

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

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

border-color css

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

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

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