#708F51

Color #708F51 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #708F51

Tints of Highland #708F51

Color information

#708F51 (or 0x708F51) is unknown color: approx Highland. HEX triplet: 70, 8F and 51. RGB value is (112,143,81). Sum of RGB (Red+Green+Blue) = 112+143+81=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #708F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F51 is #8F70AE. Grayscale: #7E7E7E. Windows color (decimal): -9400495 or 5345136. OLE color: 5345136.

HSL color Cylindrical-coordinate representation of color #708F51: hue angle of 90º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708F51 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB11214381-
CMYK0.2200.430.44
HSL90º27.68%43.92%-
HSV(B)90º43.36%56.08%-
XYZ17.9923.6811.41-
YUV126.66102.23117.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=33.33%
G=42.56%
B=24.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112143810.2200.430.449027.6843.92
Hex708F511602B2C5a1c2c
Octal16021712126053541323454
Binary1110000100011111010001101100101011101100101101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,143,81); }

 H1.HeaderClassName
 {
   color: #708F51;
 }
 .AnyTagClassName
 {
   color: #708F51;
 }
</style>
background-color css

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

 a { background-color: rgb(112,143,81); }

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

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

 span { border-color: rgb(112,143,81); }

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