#709661

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

Shades of Highland #709661

Tints of Highland #709661

Color information

#709661 (or 0x709661) is unknown color: approx Highland. HEX triplet: 70, 96 and 61. RGB value is (112,150,97). Sum of RGB (Red+Green+Blue) = 112+150+97=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #709661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709661 is #8F699E. Grayscale: #848484. Windows color (decimal): -9398687 or 6395504. OLE color: 6395504.

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

Color convert

RGB11215097-
CMYK0.2500.350.41
HSL103.02º21.46%48.43%-
HSV(B)103.02º35.33%58.82%-
XYZ19.7526.1215.31-
YUV132.6107.91113.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=31.20%
G=41.78%
B=27.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150970.2500.350.41103.0221.4648.43
Hex7096611902329671530
Octal16022614131043511472560
Binary1110000100101101100001110010100011101001110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709661; }

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

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

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

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

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

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

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

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