Html Css Color HEX #708952 Highland

📋 copy color: '#708952'

red 112 ◦ green 137 ◦ blue 82

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

Shades of Highland #708952

Tints of Highland #708952

RGB

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

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

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

R = 33.84%
G = 41.39%
B = 24.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#708952 (or 0x708952) is known color: Highland. HEX triplet: 70, 89 and 52. RGB value is (112,137,82). Sum of RGB (Red+Green+Blue) = 112+137+82=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #708952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708952 is #8F76AD. Grayscale: #7B7B7B. Windows color (decimal): -9402030 or 5409136. OLE color: 5409136.

HSL color Cylindrical-coordinate representation of color #708952: hue angle of 87.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708952 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 82 -
CMYK 0.18 0 0.40 0.46
HSL 87.27º 0.25% 0.43% -
HSV(B) 87.27º 0.4% 0.54% -
XYZ 17.15 21.95 11.31 -
YUV 123.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 112 137 82 0.18 0 0.40 0.46 87.27 0.25 0.43
Hex 70 89 52 12 0 28 2E 57 19 2B
Octal 160 211 122 22 0 50 56 127 31 53
Binary 1110000 10001001 1010010 10010 0 101000 101110 1010111 11001 101011

Color Harmonies of #708952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708952

Black with #708952

Text Example


Text Example

White with #708952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708952; }

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

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

background-color css

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

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

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

border-color css

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

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

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