Html Css Color HEX #709280 Patina

📋 copy color: '#709280'

red 112 ◦ green 146 ◦ blue 128

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

Shades of Patina #709280

Tints of Patina #709280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 29.02%
G = 37.82%
B = 33.16%

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

#709280 (or 0x709280) is known color: Patina. HEX triplet: 70, 92 and 80. RGB value is (112,146,128). Sum of RGB (Red+Green+Blue) = 112+146+128=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #709280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709280 is #8F6D7F. Grayscale: #858585. Windows color (decimal): -9399680 or 8426096. OLE color: 8426096.

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

Color convert

RGB 112 146 128 -
CMYK 0.23 0 0.12 0.43
HSL 148.24º 0.13% 0.51% -
HSV(B) 148.24º 0.23% 0.57% -
XYZ 20.86 25.56 24.26 -
YUV 133.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 112 146 128 0.23 0 0.12 0.43 148.24 0.13 0.51
Hex 70 92 80 17 0 C 2B 94 D 33
Octal 160 222 200 27 0 14 53 224 15 63
Binary 1110000 10010010 10000000 10111 0 1100 101011 10010100 1101 110011

Color Harmonies of #709280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709280

Black with #709280

Text Example


Text Example

White with #709280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709280; }

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

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

background-color css

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

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

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

border-color css

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

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

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