#709157

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

Shades of Highland #709157

Tints of Highland #709157

Color information

#709157 (or 0x709157) is unknown color: approx Highland. HEX triplet: 70, 91 and 57. RGB value is (112,145,87). Sum of RGB (Red+Green+Blue) = 112+145+87=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #709157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709157 is #8F6EA8. Grayscale: #808080. Windows color (decimal): -9399977 or 5738864. OLE color: 5738864.

HSL color Cylindrical-coordinate representation of color #709157: hue angle of 94.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709157 is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB11214587-
CMYK0.2300.40.43
HSL94.14º25%45.49%-
HSV(B)94.14º40%56.86%-
XYZ18.5324.3812.75-
YUV128.52104.57116.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=32.56%
G=42.15%
B=25.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145870.2300.40.4394.142545.49
Hex709157170282B5e192d
Octal16022112727050531363155
Binary1110000100100011010111101110101000101011101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709157; }

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

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

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

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

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

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

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

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