Html Css Color HEX #709285 Patina

📋 copy color: '#709285'

red 112 ◦ green 146 ◦ blue 133

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

Shades of Patina #709285

Tints of Patina #709285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 28.64%
G = 37.34%
B = 34.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#709285 (or 0x709285) is known color: Patina. HEX triplet: 70, 92 and 85. RGB value is (112,146,133). Sum of RGB (Red+Green+Blue) = 112+146+133=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #709285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709285 is #8F6D7A. Grayscale: #868686. Windows color (decimal): -9399675 or 8753776. OLE color: 8753776.

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

Color convert

RGB 112 146 133 -
CMYK 0.23 0 0.09 0.43
HSL 157.06º 0.13% 0.51% -
HSV(B) 157.06º 0.23% 0.57% -
XYZ 21.19 25.7 26.03 -
YUV 134.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 112 146 133 0.23 0 0.09 0.43 157.06 0.13 0.51
Hex 70 92 85 17 0 9 2B 9D D 33
Octal 160 222 205 27 0 11 53 235 15 63
Binary 1110000 10010010 10000101 10111 0 1001 101011 10011101 1101 110011

Color Harmonies of #709285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709285

Black with #709285

Text Example


Text Example

White with #709285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709285; }

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

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

background-color css

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

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

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

border-color css

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

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

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