#709452

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

Shades of Highland #709452

Tints of Highland #709452

Color information

#709452 (or 0x709452) is unknown color: approx Highland. HEX triplet: 70, 94 and 52. RGB value is (112,148,82). Sum of RGB (Red+Green+Blue) = 112+148+82=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #709452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709452 is #8F6BAD. Grayscale: #818181. Windows color (decimal): -9399214 or 5411952. OLE color: 5411952.

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

Color convert

RGB11214882-
CMYK0.2400.450.42
HSL92.73º28.7%45.1%-
HSV(B)92.73º44.59%58.04%-
XYZ18.7925.2311.86-
YUV129.71101.07115.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=32.75%
G=43.27%
B=23.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148820.2400.450.4292.7328.745.1
Hex7094521802D2A5d1d2d
Octal16022412230055521353555
Binary1110000100101001010010110000101101101010101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709452; }

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

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

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

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

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

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

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

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