#709357

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

Shades of Highland #709357

Tints of Highland #709357

Color information

#709357 (or 0x709357) is unknown color: approx Highland. HEX triplet: 70, 93 and 57. RGB value is (112,147,87). Sum of RGB (Red+Green+Blue) = 112+147+87=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #709357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709357 is #8F6CA8. Grayscale: #818181. Windows color (decimal): -9399465 or 5739376. OLE color: 5739376.

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

Color convert

RGB11214787-
CMYK0.2400.410.42
HSL95º25.64%45.88%-
HSV(B)95º40.82%57.65%-
XYZ18.842512.85-
YUV129.7103.9115.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=32.37%
G=42.49%
B=25.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147870.2400.410.429525.6445.88
Hex709357180292A5f1a2e
Octal16022312730051521373256
Binary1110000100100111010111110000101001101010101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709357; }

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

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

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

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

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

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

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

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