#708858

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

Shades of Highland #708858

Tints of Highland #708858

Color information

#708858 (or 0x708858) is unknown color: approx Highland. HEX triplet: 70, 88 and 58. RGB value is (112,136,88). Sum of RGB (Red+Green+Blue) = 112+136+88=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #708858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708858 is #8F77A7. Grayscale: #7B7B7B. Windows color (decimal): -9402280 or 5802096. OLE color: 5802096.

HSL color Cylindrical-coordinate representation of color #708858: hue angle of 90º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708858 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB11213688-
CMYK0.1800.350.47
HSL90º21.43%43.92%-
HSV(B)90º35.29%53.33%-
XYZ17.2521.7612.52-
YUV123.35108.05119.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=33.33%
G=40.48%
B=26.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136880.1800.350.479021.4343.92
Hex708858120232F5a152c
Octal16021013022043571322554
Binary1110000100010001011000100100100011101111101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708858; }

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

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

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

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

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

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

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

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