Html Css Color HEX #709060 Highland

📋 copy color: '#709060'

red 112 ◦ green 144 ◦ blue 96

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

Shades of Highland #709060

Tints of Highland #709060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 31.82%
G = 40.91%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#709060 (or 0x709060) is known color: Highland. HEX triplet: 70, 90 and 60. RGB value is (112,144,96). Sum of RGB (Red+Green+Blue) = 112+144+96=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #709060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709060 is #8F6F9F. Grayscale: #818181. Windows color (decimal): -9400224 or 6328432. OLE color: 6328432.

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

Color convert

RGB 112 144 96 -
CMYK 0.22 0 0.33 0.44
HSL 100º 0.2% 0.47% -
HSV(B) 100º 0.33% 0.56% -
XYZ 18.77 24.24 14.76 -
YUV 128.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 112 144 96 0.22 0 0.33 0.44 100 0.2 0.47
Hex 70 90 60 16 0 21 2C 64 14 2F
Octal 160 220 140 26 0 41 54 144 24 57
Binary 1110000 10010000 1100000 10110 0 100001 101100 1100100 10100 101111

Color Harmonies of #709060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709060

Black with #709060

Text Example


Text Example

White with #709060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709060; }

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

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

background-color css

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

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

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

border-color css

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

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

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