Html Css Color HEX #708B81 Patina

📋 copy color: '#708B81'

red 112 ◦ green 139 ◦ blue 129

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

Shades of Patina #708B81

Tints of Patina #708B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 29.47%
G = 36.58%
B = 33.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#708B81 (or 0x708B81) is known color: Patina. HEX triplet: 70, 8B and 81. RGB value is (112,139,129). Sum of RGB (Red+Green+Blue) = 112+139+129=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #708B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B81 is #8F747E. Grayscale: #818181. Windows color (decimal): -9401471 or 8489840. OLE color: 8489840.

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

Color convert

RGB 112 139 129 -
CMYK 0.19 0 0.07 0.45
HSL 157.78º 0.11% 0.49% -
HSV(B) 157.78º 0.19% 0.55% -
XYZ 19.88 23.49 24.26 -
YUV 129.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 112 139 129 0.19 0 0.07 0.45 157.78 0.11 0.49
Hex 70 8B 81 13 0 7 2D 9E B 31
Octal 160 213 201 23 0 7 55 236 13 61
Binary 1110000 10001011 10000001 10011 0 111 101101 10011110 1011 110001

Color Harmonies of #708B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B81

Black with #708B81

Text Example


Text Example

White with #708B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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