Html Css Color HEX #708958 Highland

📋 copy color: '#708958'

red 112 ◦ green 137 ◦ blue 88

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

Shades of Highland #708958

Tints of Highland #708958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 33.23%
G = 40.65%
B = 26.11%

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

#708958 (or 0x708958) is known color: Highland. HEX triplet: 70, 89 and 58. RGB value is (112,137,88). Sum of RGB (Red+Green+Blue) = 112+137+88=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #708958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708958 is #8F76A7. Grayscale: #7C7C7C. Windows color (decimal): -9402024 or 5802352. OLE color: 5802352.

HSL color Cylindrical-coordinate representation of color #708958: hue angle of 90.61º 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 #708958 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 88 -
CMYK 0.18 0 0.36 0.46
HSL 90.61º 0.22% 0.44% -
HSV(B) 90.61º 0.36% 0.54% -
XYZ 17.39 22.04 12.57 -
YUV 123.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 112 137 88 0.18 0 0.36 0.46 90.61 0.22 0.44
Hex 70 89 58 12 0 24 2E 5B 16 2C
Octal 160 211 130 22 0 44 56 133 26 54
Binary 1110000 10001001 1011000 10010 0 100100 101110 1011011 10110 101100

Color Harmonies of #708958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708958

Black with #708958

Text Example


Text Example

White with #708958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708958; }

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

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

background-color css

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

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

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

border-color css

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

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

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