Html Css Color HEX #709683 Patina

📋 copy color: '#709683'

red 112 ◦ green 150 ◦ blue 131

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

Shades of Patina #709683

Tints of Patina #709683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 28.5%
G = 38.17%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#709683 (or 0x709683) is known color: Patina. HEX triplet: 70, 96 and 83. RGB value is (112,150,131). Sum of RGB (Red+Green+Blue) = 112+150+131=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #709683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709683 is #8F697C. Grayscale: #888888. Windows color (decimal): -9398653 or 8623728. OLE color: 8623728.

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

Color convert

RGB 112 150 131 -
CMYK 0.25 0 0.13 0.41
HSL 150º 0.15% 0.51% -
HSV(B) 150º 0.25% 0.59% -
XYZ 21.69 26.9 25.52 -
YUV 136.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 112 150 131 0.25 0 0.13 0.41 150 0.15 0.51
Hex 70 96 83 19 0 D 29 96 F 33
Octal 160 226 203 31 0 15 51 226 17 63
Binary 1110000 10010110 10000011 11001 0 1101 101001 10010110 1111 110011

Color Harmonies of #709683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709683

Black with #709683

Text Example


Text Example

White with #709683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709683; }

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

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

background-color css

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

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

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

border-color css

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

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

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