Html Css Color HEX #709284 Patina

📋 copy color: '#709284'

red 112 ◦ green 146 ◦ blue 132

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

Shades of Patina #709284

Tints of Patina #709284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 28.72%
G = 37.44%
B = 33.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#709284 (or 0x709284) is known color: Patina. HEX triplet: 70, 92 and 84. RGB value is (112,146,132). Sum of RGB (Red+Green+Blue) = 112+146+132=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #709284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709284 is #8F6D7B. Grayscale: #868686. Windows color (decimal): -9399676 or 8688240. OLE color: 8688240.

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

Color convert

RGB 112 146 132 -
CMYK 0.23 0 0.10 0.43
HSL 155.29º 0.13% 0.51% -
HSV(B) 155.29º 0.23% 0.57% -
XYZ 21.13 25.67 25.67 -
YUV 134.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 112 146 132 0.23 0 0.10 0.43 155.29 0.13 0.51
Hex 70 92 84 17 0 A 2B 9B D 33
Octal 160 222 204 27 0 12 53 233 15 63
Binary 1110000 10010010 10000100 10111 0 1010 101011 10011011 1101 110011

Color Harmonies of #709284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709284

Black with #709284

Text Example


Text Example

White with #709284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709284; }

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

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

background-color css

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

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

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

border-color css

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

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

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