#709051

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

Shades of Highland #709051

Tints of Highland #709051

Color information

#709051 (or 0x709051) is unknown color: approx Highland. HEX triplet: 70, 90 and 51. RGB value is (112,144,81). Sum of RGB (Red+Green+Blue) = 112+144+81=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #709051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709051 is #8F6FAE. Grayscale: #7F7F7F. Windows color (decimal): -9400239 or 5345392. OLE color: 5345392.

HSL color Cylindrical-coordinate representation of color #709051: hue angle of 90.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709051 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB11214481-
CMYK0.2200.440.44
HSL90.48º28%44.12%-
HSV(B)90.48º43.75%56.47%-
XYZ18.1423.9911.46-
YUV127.25101.9117.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=33.23%
G=42.73%
B=24.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144810.2200.440.4490.482844.12
Hex7090511602C2C5a1c2c
Octal16022012126054541323454
Binary1110000100100001010001101100101100101100101101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709051; }

 p { color: rgb(112,144,81); }

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

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

 a { background-color: rgb(112,144,81); }

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

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

 span { border-color: rgb(112,144,81); }

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