Html Css Color HEX #708D52 Highland

📋 copy color: '#708D52'

red 112 ◦ green 141 ◦ blue 82

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

Shades of Highland #708D52

Tints of Highland #708D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 33.43%
G = 42.09%
B = 24.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#708D52 (or 0x708D52) is known color: Highland. HEX triplet: 70, 8D and 52. RGB value is (112,141,82). Sum of RGB (Red+Green+Blue) = 112+141+82=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #708D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D52 is #8F72AD. Grayscale: #7D7D7D. Windows color (decimal): -9401006 or 5410160. OLE color: 5410160.

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

Color convert

RGB 112 141 82 -
CMYK 0.21 0 0.42 0.45
HSL 89.49º 0.26% 0.44% -
HSV(B) 89.49º 0.42% 0.55% -
XYZ 17.73 23.1 11.51 -
YUV 125.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 112 141 82 0.21 0 0.42 0.45 89.49 0.26 0.44
Hex 70 8D 52 15 0 2A 2D 59 1A 2C
Octal 160 215 122 25 0 52 55 131 32 54
Binary 1110000 10001101 1010010 10101 0 101010 101101 1011001 11010 101100

Color Harmonies of #708D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D52

Black with #708D52

Text Example


Text Example

White with #708D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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