Html Css Color HEX #708B60 Highland

📋 copy color: '#708B60'

red 112 ◦ green 139 ◦ blue 96

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

Shades of Highland #708B60

Tints of Highland #708B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 32.28%
G = 40.06%
B = 27.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#708B60 (or 0x708B60) is known color: Highland. HEX triplet: 70, 8B and 60. RGB value is (112,139,96). Sum of RGB (Red+Green+Blue) = 112+139+96=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #708B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B60 is #8F749F. Grayscale: #7E7E7E. Windows color (decimal): -9401504 or 6327152. OLE color: 6327152.

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

Color convert

RGB 112 139 96 -
CMYK 0.19 0 0.31 0.45
HSL 97.67º 0.18% 0.46% -
HSV(B) 97.67º 0.31% 0.55% -
XYZ 18.03 22.75 14.51 -
YUV 126.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 112 139 96 0.19 0 0.31 0.45 97.67 0.18 0.46
Hex 70 8B 60 13 0 1F 2D 62 12 2E
Octal 160 213 140 23 0 37 55 142 22 56
Binary 1110000 10001011 1100000 10011 0 11111 101101 1100010 10010 101110

Color Harmonies of #708B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B60

Black with #708B60

Text Example


Text Example

White with #708B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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