Html Css Color HEX #709582 Patina

📋 copy color: '#709582'

red 112 ◦ green 149 ◦ blue 130

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

Shades of Patina #709582

Tints of Patina #709582

RGB

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

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

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

R = 28.64%
G = 38.11%
B = 33.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#709582 (or 0x709582) is known color: Patina. HEX triplet: 70, 95 and 82. RGB value is (112,149,130). Sum of RGB (Red+Green+Blue) = 112+149+130=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #709582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709582 is #8F6A7D. Grayscale: #878787. Windows color (decimal): -9398910 or 8557936. OLE color: 8557936.

HSL color Cylindrical-coordinate representation of color #709582: hue angle of 149.19º 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 #709582 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 130 -
CMYK 0.25 0 0.13 0.42
HSL 149.19º 0.15% 0.51% -
HSV(B) 149.19º 0.25% 0.58% -
XYZ 21.46 26.55 25.11 -
YUV 135.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 112 149 130 0.25 0 0.13 0.42 149.19 0.15 0.51
Hex 70 95 82 19 0 D 2A 95 F 33
Octal 160 225 202 31 0 15 52 225 17 63
Binary 1110000 10010101 10000010 11001 0 1101 101010 10010101 1111 110011

Color Harmonies of #709582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709582

Black with #709582

Text Example


Text Example

White with #709582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709582; }

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

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

background-color css

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

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

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

border-color css

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

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

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