#708b53

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

Shades of Highland #708B53

Tints of Highland #708B53

Color information

#708B53 (or 0x708B53) is unknown color: approx Highland. HEX triplet: 70, 8B and 53. RGB value is (112,139,83). Sum of RGB (Red+Green+Blue) = 112+139+83=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #708B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B53 is #8F74AC. Grayscale: #7C7C7C. Windows color (decimal): -9401517 or 5475184. OLE color: 5475184.

HSL color Cylindrical-coordinate representation of color #708B53: hue angle of 88.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708B53 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB11213983-
CMYK0.1900.400.45
HSL88.93º25.23%43.53%-
HSV(B)88.93º40.29%54.51%-
XYZ17.4822.5311.61-
YUV124.54104.55119.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=33.53%
G=41.62%
B=24.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139830.1900.400.4588.9325.2343.53
Hex708B53130282D59192c
Octal16021312323050551313154
Binary1110000100010111010011100110101000101101101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708b53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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