#709149

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

Shades of Highland #709149

Tints of Highland #709149

Color information

#709149 (or 0x709149) is unknown color: approx Highland. HEX triplet: 70, 91 and 49. RGB value is (112,145,73). Sum of RGB (Red+Green+Blue) = 112+145+73=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #709149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709149 is #8F6EB6. Grayscale: #7F7F7F. Windows color (decimal): -9399991 or 4821360. OLE color: 4821360.

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

Color convert

RGB11214573-
CMYK0.2300.500.43
HSL87.5º33.03%42.75%-
HSV(B)87.5º49.66%56.86%-
XYZ18.0124.1810.02-
YUV126.9297.57117.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=33.94%
G=43.94%
B=22.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145730.2300.500.4387.533.0342.75
Hex709149170322B58212b
Octal16022111127062531304153
Binary11100001001000110010011011101100101010111011000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709149; }

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

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

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

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

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

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

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

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