Html Css Color HEX #708957 Highland

📋 copy color: '#708957'

red 112 ◦ green 137 ◦ blue 87

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

Shades of Highland #708957

Tints of Highland #708957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 33.33%
G = 40.77%
B = 25.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#708957 (or 0x708957) is known color: Highland. HEX triplet: 70, 89 and 57. RGB value is (112,137,87). Sum of RGB (Red+Green+Blue) = 112+137+87=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #708957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708957 is #8F76A8. Grayscale: #7C7C7C. Windows color (decimal): -9402025 or 5736816. OLE color: 5736816.

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

Color convert

RGB 112 137 87 -
CMYK 0.18 0 0.36 0.46
HSL 90º 0.22% 0.44% -
HSV(B) 90º 0.36% 0.54% -
XYZ 17.35 22.02 12.35 -
YUV 123.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 112 137 87 0.18 0 0.36 0.46 90 0.22 0.44
Hex 70 89 57 12 0 24 2E 5A 16 2C
Octal 160 211 127 22 0 44 56 132 26 54
Binary 1110000 10001001 1010111 10010 0 100100 101110 1011010 10110 101100

Color Harmonies of #708957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708957

Black with #708957

Text Example


Text Example

White with #708957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708957; }

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

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

background-color css

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

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

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

border-color css

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

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

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