#709860

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

Shades of Highland #709860

Tints of Highland #709860

Color information

#709860 (or 0x709860) is unknown color: approx Highland. HEX triplet: 70, 98 and 60. RGB value is (112,152,96). Sum of RGB (Red+Green+Blue) = 112+152+96=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #709860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709860 is #8F679F. Grayscale: #858585. Windows color (decimal): -9398176 or 6330480. OLE color: 6330480.

HSL color Cylindrical-coordinate representation of color #709860: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709860 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB11215296-
CMYK0.2600.370.40
HSL102.86º22.58%48.63%-
HSV(B)102.86º36.84%59.61%-
XYZ20.0226.7515.17-
YUV133.66106.75112.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=31.11%
G=42.22%
B=26.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152960.2600.370.40102.8622.5848.63
Hex7098601A02528671731
Octal16023014032045501472761
Binary1110000100110001100000110100100101101000110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709860; }

 p { color: rgb(112,152,96); }

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

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

 a { background-color: rgb(112,152,96); }

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

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

 span { border-color: rgb(112,152,96); }

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