Html Css Color HEX #708B52 Highland

📋 copy color: '#708B52'

red 112 ◦ green 139 ◦ blue 82

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

Shades of Highland #708B52

Tints of Highland #708B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 33.63%
G = 41.74%
B = 24.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#708B52 (or 0x708B52) is known color: Highland. HEX triplet: 70, 8B and 52. RGB value is (112,139,82). Sum of RGB (Red+Green+Blue) = 112+139+82=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #708B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B52 is #8F74AD. Grayscale: #7C7C7C. Windows color (decimal): -9401518 or 5409648. OLE color: 5409648.

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

Color convert

RGB 112 139 82 -
CMYK 0.19 0 0.41 0.45
HSL 88.42º 0.26% 0.43% -
HSV(B) 88.42º 0.41% 0.55% -
XYZ 17.44 22.52 11.41 -
YUV 124.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 112 139 82 0.19 0 0.41 0.45 88.42 0.26 0.43
Hex 70 8B 52 13 0 29 2D 58 1A 2B
Octal 160 213 122 23 0 51 55 130 32 53
Binary 1110000 10001011 1010010 10011 0 101001 101101 1011000 11010 101011

Color Harmonies of #708B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B52

Black with #708B52

Text Example


Text Example

White with #708B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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