#709252

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

Shades of Highland #709252

Tints of Highland #709252

Color information

#709252 (or 0x709252) is unknown color: approx Highland. HEX triplet: 70, 92 and 52. RGB value is (112,146,82). Sum of RGB (Red+Green+Blue) = 112+146+82=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #709252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709252 is #8F6DAD. Grayscale: #808080. Windows color (decimal): -9399726 or 5411440. OLE color: 5411440.

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

Color convert

RGB11214682-
CMYK0.2300.440.43
HSL91.88º28.07%44.71%-
HSV(B)91.88º43.84%57.25%-
XYZ18.4824.6111.76-
YUV128.54101.74116.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=32.94%
G=42.94%
B=24.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146820.2300.440.4391.8828.0744.71
Hex7092521702C2B5c1c2d
Octal16022212227054531343455
Binary1110000100100101010010101110101100101011101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709252; }

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

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

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

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

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

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

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

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