Html Css Color HEX #708B82 Patina

📋 copy color: '#708B82'

red 112 ◦ green 139 ◦ blue 130

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

Shades of Patina #708B82

Tints of Patina #708B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 29.4%
G = 36.48%
B = 34.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#708B82 (or 0x708B82) is known color: Patina. HEX triplet: 70, 8B and 82. RGB value is (112,139,130). Sum of RGB (Red+Green+Blue) = 112+139+130=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #708B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B82 is #8F747D. Grayscale: #818181. Windows color (decimal): -9401470 or 8555376. OLE color: 8555376.

HSL color Cylindrical-coordinate representation of color #708B82: hue angle of 160º 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 #708B82 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 130 -
CMYK 0.19 0 0.06 0.45
HSL 160º 0.11% 0.49% -
HSV(B) 160º 0.19% 0.55% -
XYZ 19.94 23.52 24.61 -
YUV 129.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 112 139 130 0.19 0 0.06 0.45 160 0.11 0.49
Hex 70 8B 82 13 0 6 2D A0 B 31
Octal 160 213 202 23 0 6 55 240 13 61
Binary 1110000 10001011 10000010 10011 0 110 101101 10100000 1011 110001

Color Harmonies of #708B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B82

Black with #708B82

Text Example


Text Example

White with #708B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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