#708D4D

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

Shades of Highland #708D4D

Tints of Highland #708D4D

Color information

#708D4D (or 0x708D4D) is unknown color: approx Highland. HEX triplet: 70, 8D and 4D. RGB value is (112,141,77). Sum of RGB (Red+Green+Blue) = 112+141+77=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #708D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D4D is #8F72B2. Grayscale: #7D7D7D. Windows color (decimal): -9401011 or 5082480. OLE color: 5082480.

HSL color Cylindrical-coordinate representation of color #708D4D: hue angle of 87.19º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708D4D is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB11214177-
CMYK0.2100.450.45
HSL87.19º29.36%42.75%-
HSV(B)87.19º45.39%55.29%-
XYZ17.5523.0310.54-
YUV125.03100.89118.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=33.94%
G=42.73%
B=23.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141770.2100.450.4587.1929.3642.75
Hex708D4D1502D2D571d2b
Octal16021511525055551273553
Binary1110000100011011001101101010101101101101101011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,77); }

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

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

 a { background-color: rgb(112,141,77); }

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

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

 span { border-color: rgb(112,141,77); }

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