Html Css Color HEX #709050 Highland

📋 copy color: '#709050'

red 112 ◦ green 144 ◦ blue 80

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

Shades of Highland #709050

Tints of Highland #709050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 33.33%
G = 42.86%
B = 23.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#709050 (or 0x709050) is known color: Highland. HEX triplet: 70, 90 and 50. RGB value is (112,144,80). Sum of RGB (Red+Green+Blue) = 112+144+80=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #709050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709050 is #8F6FAF. Grayscale: #7F7F7F. Windows color (decimal): -9400240 or 5279856. OLE color: 5279856.

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

Color convert

RGB 112 144 80 -
CMYK 0.22 0 0.44 0.44
HSL 90º 0.29% 0.44% -
HSV(B) 90º 0.44% 0.56% -
XYZ 18.1 23.97 11.26 -
YUV 127.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 112 144 80 0.22 0 0.44 0.44 90 0.29 0.44
Hex 70 90 50 16 0 2C 2C 5A 1D 2C
Octal 160 220 120 26 0 54 54 132 35 54
Binary 1110000 10010000 1010000 10110 0 101100 101100 1011010 11101 101100

Color Harmonies of #709050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709050

Black with #709050

Text Example


Text Example

White with #709050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709050; }

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

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

background-color css

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

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

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

border-color css

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

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

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