Html Css Color HEX #709783 Patina

📋 copy color: '#709783'

red 112 ◦ green 151 ◦ blue 131

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

Shades of Patina #709783

Tints of Patina #709783

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 28.43%
G = 38.32%
B = 33.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#709783 (or 0x709783) is known color: Patina. HEX triplet: 70, 97 and 83. RGB value is (112,151,131). Sum of RGB (Red+Green+Blue) = 112+151+131=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #709783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709783 is #8F687C. Grayscale: #898989. Windows color (decimal): -9398397 or 8623984. OLE color: 8623984.

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

Color convert

RGB 112 151 131 -
CMYK 0.26 0 0.13 0.41
HSL 149.23º 0.16% 0.52% -
HSV(B) 149.23º 0.26% 0.59% -
XYZ 21.85 27.22 25.57 -
YUV 137.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 112 151 131 0.26 0 0.13 0.41 149.23 0.16 0.52
Hex 70 97 83 1A 0 D 29 95 10 34
Octal 160 227 203 32 0 15 51 225 20 64
Binary 1110000 10010111 10000011 11010 0 1101 101001 10010101 10000 110100

Color Harmonies of #709783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709783

Black with #709783

Text Example


Text Example

White with #709783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709783; }

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

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

background-color css

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

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

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

border-color css

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

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

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