#708851

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

Shades of Highland #708851

Tints of Highland #708851

Color information

#708851 (or 0x708851) is unknown color: approx Highland. HEX triplet: 70, 88 and 51. RGB value is (112,136,81). Sum of RGB (Red+Green+Blue) = 112+136+81=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #708851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708851 is #8F77AE. Grayscale: #7A7A7A. Windows color (decimal): -9402287 or 5343344. OLE color: 5343344.

HSL color Cylindrical-coordinate representation of color #708851: hue angle of 86.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708851 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11213681-
CMYK0.1800.400.47
HSL86.18º25.35%42.55%-
HSV(B)86.18º40.44%53.33%-
XYZ16.9721.6511.07-
YUV122.55104.55120.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=34.04%
G=41.34%
B=24.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136810.1800.400.4786.1825.3542.55
Hex708851120282F56192b
Octal16021012122050571263153
Binary1110000100010001010001100100101000101111101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708851; }

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

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

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

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

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

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

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

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