#709360

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

Shades of Highland #709360

Tints of Highland #709360

Color information

#709360 (or 0x709360) is unknown color: approx Highland. HEX triplet: 70, 93 and 60. RGB value is (112,147,96). Sum of RGB (Red+Green+Blue) = 112+147+96=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #709360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709360 is #8F6C9F. Grayscale: #828282. Windows color (decimal): -9399456 or 6329200. OLE color: 6329200.

HSL color Cylindrical-coordinate representation of color #709360: hue angle of 101.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709360 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB11214796-
CMYK0.2400.350.42
HSL101.18º20.99%47.65%-
HSV(B)101.18º34.69%57.65%-
XYZ19.2325.1614.91-
YUV130.72108.4114.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=31.55%
G=41.41%
B=27.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147960.2400.350.42101.1820.9947.65
Hex709360180232A651530
Octal16022314030043521452560
Binary1110000100100111100000110000100011101010110010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709360; }

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

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

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

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

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

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

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

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