#709260

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

Shades of Highland #709260

Tints of Highland #709260

Color information

#709260 (or 0x709260) is unknown color: approx Highland. HEX triplet: 70, 92 and 60. RGB value is (112,146,96). Sum of RGB (Red+Green+Blue) = 112+146+96=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #709260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709260 is #8F6D9F. Grayscale: #828282. Windows color (decimal): -9399712 or 6328944. OLE color: 6328944.

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

Color convert

RGB11214696-
CMYK0.2300.340.43
HSL100.8º20.66%47.45%-
HSV(B)100.8º34.25%57.25%-
XYZ19.0724.8514.86-
YUV130.13108.74115.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=31.64%
G=41.24%
B=27.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146960.2300.340.43100.820.6647.45
Hex709260170222B65152f
Octal16022214027042531452557
Binary1110000100100101100000101110100010101011110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709260; }

 p { color: rgb(112,146,96); }

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

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

 a { background-color: rgb(112,146,96); }

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

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

 span { border-color: rgb(112,146,96); }

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