#709484

Color #709484 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #709484

Tints of Patina #709484

Color information

#709484 (or 0x709484) is unknown color: approx Patina. HEX triplet: 70, 94 and 84. RGB value is (112,148,132). Sum of RGB (Red+Green+Blue) = 112+148+132=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #709484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709484 is #8F6B7B. Grayscale: #878787. Windows color (decimal): -9399164 or 8688752. OLE color: 8688752.

HSL color Cylindrical-coordinate representation of color #709484: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709484 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB112148132-
CMYK0.2400.110.42
HSL153.33º14.4%50.98%-
HSV(B)153.33º24.32%58.04%-
XYZ21.4426.2925.77-
YUV135.41126.07111.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=28.57%
G=37.76%
B=33.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481320.2400.110.42153.3314.450.98
Hex709484180B2A99e33
Octal16022420430013522311663
Binary111000010010100100001001100001011101010100110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709484; }

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

 H1.HeaderClassName
 {
   color: #709484;
 }
 .AnyTagClassName
 {
   color: #709484;
 }
</style>
background-color css

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

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

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

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

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

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