#709660

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

Shades of Highland #709660

Tints of Highland #709660

Color information

#709660 (or 0x709660) is unknown color: approx Highland. HEX triplet: 70, 96 and 60. RGB value is (112,150,96). Sum of RGB (Red+Green+Blue) = 112+150+96=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #709660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709660 is #8F699F. Grayscale: #848484. Windows color (decimal): -9398688 or 6329968. OLE color: 6329968.

HSL color Cylindrical-coordinate representation of color #709660: hue angle of 102.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709660 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB11215096-
CMYK0.2500.360.41
HSL102.22º21.95%48.24%-
HSV(B)102.22º36%58.82%-
XYZ19.726.115.07-
YUV132.48107.41113.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=31.28%
G=41.90%
B=26.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150960.2500.360.41102.2221.9548.24
Hex7096601902429661630
Octal16022614031044511462660
Binary1110000100101101100000110010100100101001110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709660; }

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

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

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

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

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

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

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

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