#709453

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

Shades of Highland #709453

Tints of Highland #709453

Color information

#709453 (or 0x709453) is unknown color: approx Highland. HEX triplet: 70, 94 and 53. RGB value is (112,148,83). Sum of RGB (Red+Green+Blue) = 112+148+83=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #709453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709453 is #8F6BAC. Grayscale: #828282. Windows color (decimal): -9399213 or 5477488. OLE color: 5477488.

HSL color Cylindrical-coordinate representation of color #709453: hue angle of 93.23º 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 #709453 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB11214883-
CMYK0.2400.440.42
HSL93.23º28.14%45.29%-
HSV(B)93.23º43.92%58.04%-
XYZ18.8325.2512.06-
YUV129.83101.57115.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=32.65%
G=43.15%
B=24.20%

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
Decimal112148830.2400.440.4293.2328.1445.29
Hex7094531802C2A5d1c2d
Octal16022412330054521353455
Binary1110000100101001010011110000101100101010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709453; }

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

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

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

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

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

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

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

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