Html Css Color HEX #708E7F Patina

📋 copy color: '#708E7F'

red 112 ◦ green 142 ◦ blue 127

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

Shades of Patina #708E7F

Tints of Patina #708E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 29.4%
G = 37.27%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#708E7F (or 0x708E7F) is known color: Patina. HEX triplet: 70, 8E and 7F. RGB value is (112,142,127). Sum of RGB (Red+Green+Blue) = 112+142+127=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #708E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E7F is #8F7180. Grayscale: #838383. Windows color (decimal): -9400705 or 8359536. OLE color: 8359536.

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

Color convert

RGB 112 142 127 -
CMYK 0.21 0 0.11 0.44
HSL 150º 0.12% 0.5% -
HSV(B) 150º 0.21% 0.56% -
XYZ 20.19 24.32 23.71 -
YUV 131.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 112 142 127 0.21 0 0.11 0.44 150 0.12 0.5
Hex 70 8E 7F 15 0 B 2C 96 C 32
Octal 160 216 177 25 0 13 54 226 14 62
Binary 1110000 10001110 1111111 10101 0 1011 101100 10010110 1100 110010

Color Harmonies of #708E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E7F

Black with #708E7F

Text Example


Text Example

White with #708E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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