#708958

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

Shades of Highland #708958

Tints of Highland #708958

Color information

#708958 (or 0x708958) is unknown color: approx Highland. HEX triplet: 70, 89 and 58. RGB value is (112,137,88). Sum of RGB (Red+Green+Blue) = 112+137+88=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #708958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708958 is #8F76A7. Grayscale: #7C7C7C. Windows color (decimal): -9402024 or 5802352. OLE color: 5802352.

HSL color Cylindrical-coordinate representation of color #708958: hue angle of 90.61º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708958 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB11213788-
CMYK0.1800.360.46
HSL90.61º21.78%44.12%-
HSV(B)90.61º35.77%53.73%-
XYZ17.3922.0412.57-
YUV123.94107.72119.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=33.23%
G=40.65%
B=26.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137880.1800.360.4690.6121.7844.12
Hex708958120242E5b162c
Octal16021113022044561332654
Binary1110000100010011011000100100100100101110101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708958; }

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

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

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

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

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

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

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

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