Html Css Color HEX #708B54 Highland

📋 copy color: '#708B54'

red 112 ◦ green 139 ◦ blue 84

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

Shades of Highland #708B54

Tints of Highland #708B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 33.43%
G = 41.49%
B = 25.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#708B54 (or 0x708B54) is known color: Highland. HEX triplet: 70, 8B and 54. RGB value is (112,139,84). Sum of RGB (Red+Green+Blue) = 112+139+84=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #708B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B54 is #8F74AB. Grayscale: #7C7C7C. Windows color (decimal): -9401516 or 5540720. OLE color: 5540720.

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

Color convert

RGB 112 139 84 -
CMYK 0.19 0 0.40 0.45
HSL 89.45º 0.25% 0.44% -
HSV(B) 89.45º 0.4% 0.55% -
XYZ 17.51 22.55 11.82 -
YUV 124.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 112 139 84 0.19 0 0.40 0.45 89.45 0.25 0.44
Hex 70 8B 54 13 0 28 2D 59 19 2C
Octal 160 213 124 23 0 50 55 131 31 54
Binary 1110000 10001011 1010100 10011 0 101000 101101 1011001 11001 101100

Color Harmonies of #708B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B54

Black with #708B54

Text Example


Text Example

White with #708B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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