#709259

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

Shades of Highland #709259

Tints of Highland #709259

Color information

#709259 (or 0x709259) is unknown color: approx Highland. HEX triplet: 70, 92 and 59. RGB value is (112,146,89). Sum of RGB (Red+Green+Blue) = 112+146+89=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #709259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709259 is #8F6DA6. Grayscale: #818181. Windows color (decimal): -9399719 or 5870192. OLE color: 5870192.

HSL color Cylindrical-coordinate representation of color #709259: hue angle of 95.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #709259 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB11214689-
CMYK0.2300.390.43
HSL95.79º24.26%46.08%-
HSV(B)95.79º39.04%57.25%-
XYZ18.7624.7213.23-
YUV129.34105.24115.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=32.28%
G=42.07%
B=25.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146890.2300.390.4395.7924.2646.08
Hex709259170272B60182e
Octal16022213127047531403056
Binary1110000100100101011001101110100111101011110000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709259; }

 p { color: rgb(112,146,89); }

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

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

 a { background-color: rgb(112,146,89); }

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

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

 span { border-color: rgb(112,146,89); }

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