Html Css Color HEX #708C81 Patina

📋 copy color: '#708C81'

red 112 ◦ green 140 ◦ blue 129

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

Shades of Patina #708C81

Tints of Patina #708C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 29.4%
G = 36.75%
B = 33.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#708C81 (or 0x708C81) is known color: Patina. HEX triplet: 70, 8C and 81. RGB value is (112,140,129). Sum of RGB (Red+Green+Blue) = 112+140+129=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #708C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C81 is #8F737E. Grayscale: #828282. Windows color (decimal): -9401215 or 8490096. OLE color: 8490096.

HSL color Cylindrical-coordinate representation of color #708C81: hue angle of 156.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C81 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 129 -
CMYK 0.20 0 0.08 0.45
HSL 156.43º 0.11% 0.49% -
HSV(B) 156.43º 0.2% 0.55% -
XYZ 20.02 23.79 24.3 -
YUV 130.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 112 140 129 0.20 0 0.08 0.45 156.43 0.11 0.49
Hex 70 8C 81 14 0 8 2D 9C B 31
Octal 160 214 201 24 0 10 55 234 13 61
Binary 1110000 10001100 10000001 10100 0 1000 101101 10011100 1011 110001

Color Harmonies of #708C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C81

Black with #708C81

Text Example


Text Example

White with #708C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,129); }

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

background-color css

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

 a { background-color: rgb(112,140,129); }

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

border-color css

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

 span { border-color: rgb(112,140,129); }

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