#709057

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

Shades of Highland #709057

Tints of Highland #709057

Color information

#709057 (or 0x709057) is unknown color: approx Highland. HEX triplet: 70, 90 and 57. RGB value is (112,144,87). Sum of RGB (Red+Green+Blue) = 112+144+87=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #709057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709057 is #8F6FA8. Grayscale: #808080. Windows color (decimal): -9400233 or 5738608. OLE color: 5738608.

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

Color convert

RGB11214487-
CMYK0.2200.400.44
HSL93.68º24.68%45.29%-
HSV(B)93.68º39.58%56.47%-
XYZ18.3824.0812.7-
YUV127.93104.9116.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=32.65%
G=41.98%
B=25.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144870.2200.400.4493.6824.6845.29
Hex709057160282C5e192d
Octal16022012726050541363155
Binary1110000100100001010111101100101000101100101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709057; }

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

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

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

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

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

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

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

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