Html Css Color HEX #708E53 Highland

📋 copy color: '#708E53'

red 112 ◦ green 142 ◦ blue 83

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

Shades of Highland #708E53

Tints of Highland #708E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 33.23%
G = 42.14%
B = 24.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#708E53 (or 0x708E53) is known color: Highland. HEX triplet: 70, 8E and 53. RGB value is (112,142,83). Sum of RGB (Red+Green+Blue) = 112+142+83=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #708E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E53 is #8F71AC. Grayscale: #7E7E7E. Windows color (decimal): -9400749 or 5475952. OLE color: 5475952.

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

Color convert

RGB 112 142 83 -
CMYK 0.21 0 0.42 0.44
HSL 90.51º 0.26% 0.44% -
HSV(B) 90.51º 0.42% 0.56% -
XYZ 17.92 23.42 11.76 -
YUV 126.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 112 142 83 0.21 0 0.42 0.44 90.51 0.26 0.44
Hex 70 8E 53 15 0 2A 2C 5B 1A 2C
Octal 160 216 123 25 0 52 54 133 32 54
Binary 1110000 10001110 1010011 10101 0 101010 101100 1011011 11010 101100

Color Harmonies of #708E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E53

Black with #708E53

Text Example


Text Example

White with #708E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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