Html Css Color HEX #709056 Highland

📋 copy color: '#709056'

red 112 ◦ green 144 ◦ blue 86

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

Shades of Highland #709056

Tints of Highland #709056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 32.75%
G = 42.11%
B = 25.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#709056 (or 0x709056) is known color: Highland. HEX triplet: 70, 90 and 56. RGB value is (112,144,86). Sum of RGB (Red+Green+Blue) = 112+144+86=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #709056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709056 is #8F6FA9. Grayscale: #808080. Windows color (decimal): -9400234 or 5673072. OLE color: 5673072.

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

Color convert

RGB 112 144 86 -
CMYK 0.22 0 0.40 0.44
HSL 93.1º 0.25% 0.45% -
HSV(B) 93.1º 0.4% 0.56% -
XYZ 18.34 24.06 12.48 -
YUV 127.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 112 144 86 0.22 0 0.40 0.44 93.1 0.25 0.45
Hex 70 90 56 16 0 28 2C 5D 19 2D
Octal 160 220 126 26 0 50 54 135 31 55
Binary 1110000 10010000 1010110 10110 0 101000 101100 1011101 11001 101101

Color Harmonies of #709056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709056

Black with #709056

Text Example


Text Example

White with #709056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709056; }

 p { color: rgb(112,144,86); }

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

background-color css

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

 a { background-color: rgb(112,144,86); }

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

border-color css

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

 span { border-color: rgb(112,144,86); }

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