Html Css Color HEX #708D7F Patina

📋 copy color: '#708D7F'

red 112 ◦ green 141 ◦ blue 127

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

Shades of Patina #708D7F

Tints of Patina #708D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 127 (50% from 255) = 33.42%

R = 29.47%
G = 37.11%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#708D7F (or 0x708D7F) is known color: Patina. HEX triplet: 70, 8D and 7F. RGB value is (112,141,127). Sum of RGB (Red+Green+Blue) = 112+141+127=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7F is #8F7280. Grayscale: #828282. Windows color (decimal): -9400961 or 8359280. OLE color: 8359280.

HSL color Cylindrical-coordinate representation of color #708D7F: hue angle of 151.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D7F is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 127 -
CMYK 0.21 0 0.10 0.45
HSL 151.03º 0.11% 0.5% -
HSV(B) 151.03º 0.21% 0.55% -
XYZ 20.04 24.03 23.66 -
YUV 130.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 112 141 127 0.21 0 0.10 0.45 151.03 0.11 0.5
Hex 70 8D 7F 15 0 A 2D 97 B 32
Octal 160 215 177 25 0 12 55 227 13 62
Binary 1110000 10001101 1111111 10101 0 1010 101101 10010111 1011 110010

Color Harmonies of #708D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D7F

Black with #708D7F

Text Example


Text Example

White with #708D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708D7F; }

 p { color: rgb(112,141,127); }

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

background-color css

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

 a { background-color: rgb(112,141,127); }

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

border-color css

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

 span { border-color: rgb(112,141,127); }

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