Html Css Color HEX #709584 Patina

📋 copy color: '#709584'

red 112 ◦ green 149 ◦ blue 132

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

Shades of Patina #709584

Tints of Patina #709584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 28.5%
G = 37.91%
B = 33.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#709584 (or 0x709584) is known color: Patina. HEX triplet: 70, 95 and 84. RGB value is (112,149,132). Sum of RGB (Red+Green+Blue) = 112+149+132=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #709584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709584 is #8F6A7B. Grayscale: #888888. Windows color (decimal): -9398908 or 8689008. OLE color: 8689008.

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

Color convert

RGB 112 149 132 -
CMYK 0.25 0 0.11 0.42
HSL 152.43º 0.15% 0.51% -
HSV(B) 152.43º 0.25% 0.58% -
XYZ 21.59 26.61 25.83 -
YUV 136 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 112 149 132 0.25 0 0.11 0.42 152.43 0.15 0.51
Hex 70 95 84 19 0 B 2A 98 F 33
Octal 160 225 204 31 0 13 52 230 17 63
Binary 1110000 10010101 10000100 11001 0 1011 101010 10011000 1111 110011

Color Harmonies of #709584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709584

Black with #709584

Text Example


Text Example

White with #709584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709584; }

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

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

background-color css

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

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

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

border-color css

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

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

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