#709352

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

Shades of Highland #709352

Tints of Highland #709352

Color information

#709352 (or 0x709352) is unknown color: approx Highland. HEX triplet: 70, 93 and 52. RGB value is (112,147,82). Sum of RGB (Red+Green+Blue) = 112+147+82=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #709352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709352 is #8F6CAD. Grayscale: #818181. Windows color (decimal): -9399470 or 5411696. OLE color: 5411696.

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

Color convert

RGB11214782-
CMYK0.2400.440.42
HSL92.31º28.38%44.9%-
HSV(B)92.31º44.22%57.65%-
XYZ18.6424.9211.81-
YUV129.12101.4115.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=32.84%
G=43.11%
B=24.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147820.2400.440.4292.3128.3844.9
Hex7093521802C2A5c1c2d
Octal16022312230054521343455
Binary1110000100100111010010110000101100101010101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709352; }

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

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

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

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

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

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

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

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