#709250

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

Shades of Highland #709250

Tints of Highland #709250

Color information

#709250 (or 0x709250) is unknown color: approx Highland. HEX triplet: 70, 92 and 50. RGB value is (112,146,80). Sum of RGB (Red+Green+Blue) = 112+146+80=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #709250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709250 is #8F6DAF. Grayscale: #808080. Windows color (decimal): -9399728 or 5280368. OLE color: 5280368.

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

Color convert

RGB11214680-
CMYK0.2300.450.43
HSL90.91º29.2%44.31%-
HSV(B)90.91º45.21%57.25%-
XYZ18.4124.5811.36-
YUV128.31100.74116.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=33.14%
G=43.20%
B=23.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146800.2300.450.4390.9129.244.31
Hex7092501702D2B5b1d2c
Octal16022212027055531333554
Binary1110000100100101010000101110101101101011101101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709250; }

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

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

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

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

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

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

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

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