Html Css Color HEX #709383 Patina

📋 copy color: '#709383'

red 112 ◦ green 147 ◦ blue 131

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

Shades of Patina #709383

Tints of Patina #709383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 28.72%
G = 37.69%
B = 33.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#709383 (or 0x709383) is known color: Patina. HEX triplet: 70, 93 and 83. RGB value is (112,147,131). Sum of RGB (Red+Green+Blue) = 112+147+131=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #709383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709383 is #8F6C7C. Grayscale: #868686. Windows color (decimal): -9399421 or 8622960. OLE color: 8622960.

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

Color convert

RGB 112 147 131 -
CMYK 0.24 0 0.11 0.42
HSL 152.57º 0.14% 0.51% -
HSV(B) 152.57º 0.24% 0.58% -
XYZ 21.21 25.95 25.36 -
YUV 134.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 112 147 131 0.24 0 0.11 0.42 152.57 0.14 0.51
Hex 70 93 83 18 0 B 2A 99 E 33
Octal 160 223 203 30 0 13 52 231 16 63
Binary 1110000 10010011 10000011 11000 0 1011 101010 10011001 1110 110011

Color Harmonies of #709383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709383

Black with #709383

Text Example


Text Example

White with #709383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709383; }

 p { color: rgb(112,147,131); }

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

background-color css

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

 a { background-color: rgb(112,147,131); }

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

border-color css

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

 span { border-color: rgb(112,147,131); }

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