#709861

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

Shades of Highland #709861

Tints of Highland #709861

Color information

#709861 (or 0x709861) is unknown color: approx Highland. HEX triplet: 70, 98 and 61. RGB value is (112,152,97). Sum of RGB (Red+Green+Blue) = 112+152+97=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #709861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709861 is #8F679E. Grayscale: #858585. Windows color (decimal): -9398175 or 6396016. OLE color: 6396016.

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

Color convert

RGB11215297-
CMYK0.2600.360.40
HSL103.64º22.09%48.82%-
HSV(B)103.64º36.18%59.61%-
XYZ20.0726.7615.42-
YUV133.77107.25112.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=31.02%
G=42.11%
B=26.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152970.2600.360.40103.6422.0948.82
Hex7098611A02428681631
Octal16023014132044501502661
Binary1110000100110001100001110100100100101000110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709861; }

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

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

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

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

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

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

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

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