Html Css Color HEX #708955 Highland

📋 copy color: '#708955'

red 112 ◦ green 137 ◦ blue 85

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

Shades of Highland #708955

Tints of Highland #708955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 33.53%
G = 41.02%
B = 25.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#708955 (or 0x708955) is known color: Highland. HEX triplet: 70, 89 and 55. RGB value is (112,137,85). Sum of RGB (Red+Green+Blue) = 112+137+85=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #708955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708955 is #8F76AA. Grayscale: #7B7B7B. Windows color (decimal): -9402027 or 5605744. OLE color: 5605744.

HSL color Cylindrical-coordinate representation of color #708955: hue angle of 88.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708955 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 85 -
CMYK 0.18 0 0.38 0.46
HSL 88.85º 0.23% 0.44% -
HSV(B) 88.85º 0.38% 0.54% -
XYZ 17.27 21.99 11.93 -
YUV 123.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 112 137 85 0.18 0 0.38 0.46 88.85 0.23 0.44
Hex 70 89 55 12 0 26 2E 59 17 2C
Octal 160 211 125 22 0 46 56 131 27 54
Binary 1110000 10001001 1010101 10010 0 100110 101110 1011001 10111 101100

Color Harmonies of #708955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708955

Black with #708955

Text Example


Text Example

White with #708955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708955; }

 p { color: rgb(112,137,85); }

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

background-color css

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

 a { background-color: rgb(112,137,85); }

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

border-color css

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

 span { border-color: rgb(112,137,85); }

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