Html Css Color HEX #709282 Patina

📋 copy color: '#709282'

red 112 ◦ green 146 ◦ blue 130

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

Shades of Patina #709282

Tints of Patina #709282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 28.87%
G = 37.63%
B = 33.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#709282 (or 0x709282) is known color: Patina. HEX triplet: 70, 92 and 82. RGB value is (112,146,130). Sum of RGB (Red+Green+Blue) = 112+146+130=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #709282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709282 is #8F6D7D. Grayscale: #868686. Windows color (decimal): -9399678 or 8557168. OLE color: 8557168.

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

Color convert

RGB 112 146 130 -
CMYK 0.23 0 0.11 0.43
HSL 151.76º 0.13% 0.51% -
HSV(B) 151.76º 0.23% 0.57% -
XYZ 20.99 25.61 24.96 -
YUV 134.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 112 146 130 0.23 0 0.11 0.43 151.76 0.13 0.51
Hex 70 92 82 17 0 B 2B 98 D 33
Octal 160 222 202 27 0 13 53 230 15 63
Binary 1110000 10010010 10000010 10111 0 1011 101011 10011000 1101 110011

Color Harmonies of #709282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709282

Black with #709282

Text Example


Text Example

White with #709282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709282; }

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

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

background-color css

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

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

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

border-color css

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

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

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