Html Css Color HEX #709482 Patina

📋 copy color: '#709482'

red 112 ◦ green 148 ◦ blue 130

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

Shades of Patina #709482

Tints of Patina #709482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 28.72%
G = 37.95%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#709482 (or 0x709482) is known color: Patina. HEX triplet: 70, 94 and 82. RGB value is (112,148,130). Sum of RGB (Red+Green+Blue) = 112+148+130=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #709482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709482 is #8F6B7D. Grayscale: #878787. Windows color (decimal): -9399166 or 8557680. OLE color: 8557680.

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

Color convert

RGB 112 148 130 -
CMYK 0.24 0 0.12 0.42
HSL 150º 0.14% 0.51% -
HSV(B) 150º 0.24% 0.58% -
XYZ 21.3 26.24 25.06 -
YUV 135.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 112 148 130 0.24 0 0.12 0.42 150 0.14 0.51
Hex 70 94 82 18 0 C 2A 96 E 33
Octal 160 224 202 30 0 14 52 226 16 63
Binary 1110000 10010100 10000010 11000 0 1100 101010 10010110 1110 110011

Color Harmonies of #709482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709482

Black with #709482

Text Example


Text Example

White with #709482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709482; }

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

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

background-color css

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

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

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

border-color css

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

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

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