#709359

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

Shades of Highland #709359

Tints of Highland #709359

Color information

#709359 (or 0x709359) is unknown color: approx Highland. HEX triplet: 70, 93 and 59. RGB value is (112,147,89). Sum of RGB (Red+Green+Blue) = 112+147+89=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #709359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709359 is #8F6CA6. Grayscale: #828282. Windows color (decimal): -9399463 or 5870448. OLE color: 5870448.

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

Color convert

RGB11214789-
CMYK0.2400.390.42
HSL96.21º24.58%46.27%-
HSV(B)96.21º39.46%57.65%-
XYZ18.9225.0313.29-
YUV129.92104.9115.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=32.18%
G=42.24%
B=25.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147890.2400.390.4296.2124.5846.27
Hex709359180272A60192e
Octal16022313130047521403156
Binary1110000100100111011001110000100111101010110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709359; }

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

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

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

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

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

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

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

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