Html Css Color HEX #708E60 Highland

📋 copy color: '#708E60'

red 112 ◦ green 142 ◦ blue 96

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

Shades of Highland #708E60

Tints of Highland #708E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 32%
G = 40.57%
B = 27.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#708E60 (or 0x708E60) is known color: Highland. HEX triplet: 70, 8E and 60. RGB value is (112,142,96). Sum of RGB (Red+Green+Blue) = 112+142+96=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #708E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E60 is #8F719F. Grayscale: #7F7F7F. Windows color (decimal): -9400736 or 6327920. OLE color: 6327920.

HSL color Cylindrical-coordinate representation of color #708E60: hue angle of 99.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708E60 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 142 96 -
CMYK 0.21 0 0.32 0.44
HSL 99.13º 0.19% 0.47% -
HSV(B) 99.13º 0.32% 0.56% -
XYZ 18.47 23.64 14.66 -
YUV 127.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 112 142 96 0.21 0 0.32 0.44 99.13 0.19 0.47
Hex 70 8E 60 15 0 20 2C 63 13 2F
Octal 160 216 140 25 0 40 54 143 23 57
Binary 1110000 10001110 1100000 10101 0 100000 101100 1100011 10011 101111

Color Harmonies of #708E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E60

Black with #708E60

Text Example


Text Example

White with #708E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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