Html Css Color HEX #708B58 Highland

📋 copy color: '#708B58'

red 112 ◦ green 139 ◦ blue 88

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

Shades of Highland #708B58

Tints of Highland #708B58

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

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

R = 33.04%
G = 41%
B = 25.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#708B58 (or 0x708B58) is known color: Highland. HEX triplet: 70, 8B and 58. RGB value is (112,139,88). Sum of RGB (Red+Green+Blue) = 112+139+88=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #708B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B58 is #8F74A7. Grayscale: #7D7D7D. Windows color (decimal): -9401512 or 5802864. OLE color: 5802864.

HSL color Cylindrical-coordinate representation of color #708B58: hue angle of 91.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708B58 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 88 -
CMYK 0.19 0 0.37 0.45
HSL 91.76º 0.22% 0.45% -
HSV(B) 91.76º 0.37% 0.55% -
XYZ 17.68 22.61 12.67 -
YUV 125.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 112 139 88 0.19 0 0.37 0.45 91.76 0.22 0.45
Hex 70 8B 58 13 0 25 2D 5C 16 2D
Octal 160 213 130 23 0 45 55 134 26 55
Binary 1110000 10001011 1011000 10011 0 100101 101101 1011100 10110 101101

Color Harmonies of #708B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B58

Black with #708B58

Text Example


Text Example

White with #708B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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