#709457

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

Shades of Highland #709457

Tints of Highland #709457

Color information

#709457 (or 0x709457) is unknown color: approx Highland. HEX triplet: 70, 94 and 57. RGB value is (112,148,87). Sum of RGB (Red+Green+Blue) = 112+148+87=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #709457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709457 is #8F6BA8. Grayscale: #828282. Windows color (decimal): -9399209 or 5739632. OLE color: 5739632.

HSL color Cylindrical-coordinate representation of color #709457: hue angle of 95.41º 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 #709457 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11214887-
CMYK0.2400.410.42
HSL95.41º25.96%46.08%-
HSV(B)95.41º41.22%58.04%-
XYZ18.9925.3112.9-
YUV130.28103.57114.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=32.28%
G=42.65%
B=25.07%

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
Decimal112148870.2400.410.4295.4125.9646.08
Hex709457180292A5f1a2e
Octal16022412730051521373256
Binary1110000100101001010111110000101001101010101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709457; }

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

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

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

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

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

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

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

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