#709050

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

Shades of Highland #709050

Tints of Highland #709050

Color information

#709050 (or 0x709050) is unknown color: approx Highland. HEX triplet: 70, 90 and 50. RGB value is (112,144,80). Sum of RGB (Red+Green+Blue) = 112+144+80=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #709050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709050 is #8F6FAF. Grayscale: #7F7F7F. Windows color (decimal): -9400240 or 5279856. OLE color: 5279856.

HSL color Cylindrical-coordinate representation of color #709050: hue angle of 90º degrees, saturation: 0.29, 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 #709050 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB11214480-
CMYK0.2200.440.44
HSL90º28.57%43.92%-
HSV(B)90º44.44%56.47%-
XYZ18.123.9711.26-
YUV127.14101.4117.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=33.33%
G=42.86%
B=23.81%

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
Decimal112144800.2200.440.449028.5743.92
Hex7090501602C2C5a1d2c
Octal16022012026054541323554
Binary1110000100100001010000101100101100101100101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709050; }

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

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

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

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

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

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

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

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