#708C53

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

Shades of Highland #708C53

Tints of Highland #708C53

Color information

#708C53 (or 0x708C53) is unknown color: approx Highland. HEX triplet: 70, 8C and 53. RGB value is (112,140,83). Sum of RGB (Red+Green+Blue) = 112+140+83=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #708C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C53 is #8F73AC. Grayscale: #7D7D7D. Windows color (decimal): -9401261 or 5475440. OLE color: 5475440.

HSL color Cylindrical-coordinate representation of color #708C53: hue angle of 89.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708C53 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB11214083-
CMYK0.2000.410.45
HSL89.47º25.56%43.73%-
HSV(B)89.47º40.71%54.9%-
XYZ17.6222.8311.66-
YUV125.13104.22118.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=33.43%
G=41.79%
B=24.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140830.2000.410.4589.4725.5643.73
Hex708C53140292D591a2c
Octal16021412324051551313254
Binary1110000100011001010011101000101001101101101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708C53; }

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

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

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

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

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

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

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

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