Html Css Color HEX #708956 Highland

📋 copy color: '#708956'

red 112 ◦ green 137 ◦ blue 86

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

Shades of Highland #708956

Tints of Highland #708956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 33.43%
G = 40.9%
B = 25.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#708956 (or 0x708956) is known color: Highland. HEX triplet: 70, 89 and 56. RGB value is (112,137,86). Sum of RGB (Red+Green+Blue) = 112+137+86=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #708956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708956 is #8F76A9. Grayscale: #7B7B7B. Windows color (decimal): -9402026 or 5671280. OLE color: 5671280.

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

Color convert

RGB 112 137 86 -
CMYK 0.18 0 0.37 0.46
HSL 89.41º 0.23% 0.44% -
HSV(B) 89.41º 0.37% 0.54% -
XYZ 17.31 22.01 12.14 -
YUV 123.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 112 137 86 0.18 0 0.37 0.46 89.41 0.23 0.44
Hex 70 89 56 12 0 25 2E 59 17 2C
Octal 160 211 126 22 0 45 56 131 27 54
Binary 1110000 10001001 1010110 10010 0 100101 101110 1011001 10111 101100

Color Harmonies of #708956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708956

Black with #708956

Text Example


Text Example

White with #708956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708956; }

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

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

background-color css

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

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

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

border-color css

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

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

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