Html Css Color HEX #709281 Patina

📋 copy color: '#709281'

red 112 ◦ green 146 ◦ blue 129

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

Shades of Patina #709281

Tints of Patina #709281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 28.94%
G = 37.73%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#709281 (or 0x709281) is known color: Patina. HEX triplet: 70, 92 and 81. RGB value is (112,146,129). Sum of RGB (Red+Green+Blue) = 112+146+129=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #709281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709281 is #8F6D7E. Grayscale: #858585. Windows color (decimal): -9399679 or 8491632. OLE color: 8491632.

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

Color convert

RGB 112 146 129 -
CMYK 0.23 0 0.12 0.43
HSL 150º 0.13% 0.51% -
HSV(B) 150º 0.23% 0.57% -
XYZ 20.92 25.59 24.6 -
YUV 133.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 112 146 129 0.23 0 0.12 0.43 150 0.13 0.51
Hex 70 92 81 17 0 C 2B 96 D 33
Octal 160 222 201 27 0 14 53 226 15 63
Binary 1110000 10010010 10000001 10111 0 1100 101011 10010110 1101 110011

Color Harmonies of #709281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709281

Black with #709281

Text Example


Text Example

White with #709281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709281; }

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

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

background-color css

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

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

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

border-color css

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

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

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