Html Css Color HEX #709283 Patina

📋 copy color: '#709283'

red 112 ◦ green 146 ◦ blue 131

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

Shades of Patina #709283

Tints of Patina #709283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 28.79%
G = 37.53%
B = 33.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#709283 (or 0x709283) is known color: Patina. HEX triplet: 70, 92 and 83. RGB value is (112,146,131). Sum of RGB (Red+Green+Blue) = 112+146+131=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #709283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709283 is #8F6D7C. Grayscale: #868686. Windows color (decimal): -9399677 or 8622704. OLE color: 8622704.

HSL color Cylindrical-coordinate representation of color #709283: hue angle of 153.53º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709283 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 131 -
CMYK 0.23 0 0.10 0.43
HSL 153.53º 0.13% 0.51% -
HSV(B) 153.53º 0.23% 0.57% -
XYZ 21.06 25.64 25.31 -
YUV 134.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 112 146 131 0.23 0 0.10 0.43 153.53 0.13 0.51
Hex 70 92 83 17 0 A 2B 9A D 33
Octal 160 222 203 27 0 12 53 232 15 63
Binary 1110000 10010010 10000011 10111 0 1010 101011 10011010 1101 110011

Color Harmonies of #709283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709283

Black with #709283

Text Example


Text Example

White with #709283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709283; }

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

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

background-color css

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

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

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

border-color css

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

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

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