#709659

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

Shades of Highland #709659

Tints of Highland #709659

Color information

#709659 (or 0x709659) is unknown color: approx Highland. HEX triplet: 70, 96 and 59. RGB value is (112,150,89). Sum of RGB (Red+Green+Blue) = 112+150+89=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #709659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709659 is #8F69A6. Grayscale: #838383. Windows color (decimal): -9398695 or 5871216. OLE color: 5871216.

HSL color Cylindrical-coordinate representation of color #709659: hue angle of 97.38º 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 #709659 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB11215089-
CMYK0.2500.410.41
HSL97.38º25.52%46.86%-
HSV(B)97.38º40.67%58.82%-
XYZ19.3925.9813.44-
YUV131.68103.91113.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=31.91%
G=42.74%
B=25.36%

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
Decimal112150890.2500.410.4197.3825.5246.86
Hex7096591902929611a2f
Octal16022613131051511413257
Binary1110000100101101011001110010101001101001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709659; }

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

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

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

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

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

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

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

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