Html Css Color HEX #708B7F Patina

📋 copy color: '#708B7F'

red 112 ◦ green 139 ◦ blue 127

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

Shades of Patina #708B7F

Tints of Patina #708B7F

RGB

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

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

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

R = 29.63%
G = 36.77%
B = 33.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#708B7F (or 0x708B7F) is known color: Patina. HEX triplet: 70, 8B and 7F. RGB value is (112,139,127). Sum of RGB (Red+Green+Blue) = 112+139+127=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #708B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B7F is #8F7480. Grayscale: #818181. Windows color (decimal): -9401473 or 8358768. OLE color: 8358768.

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

Color convert

RGB 112 139 127 -
CMYK 0.19 0 0.09 0.45
HSL 153.33º 0.11% 0.49% -
HSV(B) 153.33º 0.19% 0.55% -
XYZ 19.75 23.44 23.56 -
YUV 129.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 112 139 127 0.19 0 0.09 0.45 153.33 0.11 0.49
Hex 70 8B 7F 13 0 9 2D 99 B 31
Octal 160 213 177 23 0 11 55 231 13 61
Binary 1110000 10001011 1111111 10011 0 1001 101101 10011001 1011 110001

Color Harmonies of #708B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B7F

Black with #708B7F

Text Example


Text Example

White with #708B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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