#709658

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

Shades of Highland #709658

Tints of Highland #709658

Color information

#709658 (or 0x709658) is unknown color: approx Highland. HEX triplet: 70, 96 and 58. RGB value is (112,150,88). Sum of RGB (Red+Green+Blue) = 112+150+88=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #709658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709658 is #8F69A7. Grayscale: #838383. Windows color (decimal): -9398696 or 5805680. OLE color: 5805680.

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

Color convert

RGB11215088-
CMYK0.2500.410.41
HSL96.77º26.05%46.67%-
HSV(B)96.77º41.33%58.82%-
XYZ19.3525.9613.22-
YUV131.57103.41114.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=32%
G=42.86%
B=25.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150880.2500.410.4196.7726.0546.67
Hex7096581902929611a2f
Octal16022613031051511413257
Binary1110000100101101011000110010101001101001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709658; }

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

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

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

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

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

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

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

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