#709556

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

Shades of Highland #709556

Tints of Highland #709556

Color information

#709556 (or 0x709556) is unknown color: approx Highland. HEX triplet: 70, 95 and 56. RGB value is (112,149,86). Sum of RGB (Red+Green+Blue) = 112+149+86=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #709556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709556 is #8F6AA9. Grayscale: #828282. Windows color (decimal): -9398954 or 5674352. OLE color: 5674352.

HSL color Cylindrical-coordinate representation of color #709556: hue angle of 95.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709556 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB11214986-
CMYK0.2500.420.42
HSL95.24º26.81%46.08%-
HSV(B)95.24º42.28%58.43%-
XYZ19.1125.6112.74-
YUV130.76102.74114.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=32.28%
G=42.94%
B=24.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149860.2500.420.4295.2426.8146.08
Hex7095561902A2A5f1b2e
Octal16022512631052521373356
Binary1110000100101011010110110010101010101010101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709556; }

 p { color: rgb(112,149,86); }

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

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

 a { background-color: rgb(112,149,86); }

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

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

 span { border-color: rgb(112,149,86); }

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