Html Css Color HEX #708B56 Highland

📋 copy color: '#708B56'

red 112 ◦ green 139 ◦ blue 86

#708B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #708B56

Tints of Highland #708B56

RGB

 RED value IS 112 (44.14% from 255) = 33.23%

 GREEN value IS 139 (54.69% from 255) = 41.25%

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 33.23%
G = 41.25%
B = 25.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#708B56 (or 0x708B56) is known color: Highland. HEX triplet: 70, 8B and 56. RGB value is (112,139,86). Sum of RGB (Red+Green+Blue) = 112+139+86=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #708B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B56 is #8F74A9. Grayscale: #7D7D7D. Windows color (decimal): -9401514 or 5671792. OLE color: 5671792.

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

Color convert

RGB 112 139 86 -
CMYK 0.19 0 0.38 0.45
HSL 90.57º 0.24% 0.44% -
HSV(B) 90.57º 0.38% 0.55% -
XYZ 17.59 22.58 12.24 -
YUV 124.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 112 139 86 0.19 0 0.38 0.45 90.57 0.24 0.44
Hex 70 8B 56 13 0 26 2D 5B 18 2C
Octal 160 213 126 23 0 46 55 133 30 54
Binary 1110000 10001011 1010110 10011 0 100110 101101 1011011 11000 101100

Color Harmonies of #708B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B56

Black with #708B56

Text Example


Text Example

White with #708B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #708B56;
 }
 .AnyTagClassName
 {
   color: #708B56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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