Html Css Color HEX #708D54 Highland

📋 copy color: '#708D54'

red 112 ◦ green 141 ◦ blue 84

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

Shades of Highland #708D54

Tints of Highland #708D54

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.84%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 33.23%
G = 41.84%
B = 24.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#708D54 (or 0x708D54) is known color: Highland. HEX triplet: 70, 8D and 54. RGB value is (112,141,84). Sum of RGB (Red+Green+Blue) = 112+141+84=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #708D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D54 is #8F72AB. Grayscale: #7E7E7E. Windows color (decimal): -9401004 or 5541232. OLE color: 5541232.

HSL color Cylindrical-coordinate representation of color #708D54: hue angle of 90.53º 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 #708D54 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 84 -
CMYK 0.21 0 0.40 0.45
HSL 90.53º 0.25% 0.44% -
HSV(B) 90.53º 0.4% 0.55% -
XYZ 17.81 23.13 11.91 -
YUV 125.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 112 141 84 0.21 0 0.40 0.45 90.53 0.25 0.44
Hex 70 8D 54 15 0 28 2D 5B 19 2C
Octal 160 215 124 25 0 50 55 133 31 54
Binary 1110000 10001101 1010100 10101 0 101000 101101 1011011 11001 101100

Color Harmonies of #708D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D54

Black with #708D54

Text Example


Text Example

White with #708D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,84); }

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

background-color css

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

 a { background-color: rgb(112,141,84); }

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

border-color css

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

 span { border-color: rgb(112,141,84); }

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