Html Css Color HEX #709351 Highland

📋 copy color: '#709351'

red 112 ◦ green 147 ◦ blue 81

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

Shades of Highland #709351

Tints of Highland #709351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 32.94%
G = 43.24%
B = 23.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#709351 (or 0x709351) is known color: Highland. HEX triplet: 70, 93 and 51. RGB value is (112,147,81). Sum of RGB (Red+Green+Blue) = 112+147+81=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #709351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709351 is #8F6CAE. Grayscale: #818181. Windows color (decimal): -9399471 or 5346160. OLE color: 5346160.

HSL color Cylindrical-coordinate representation of color #709351: hue angle of 91.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709351 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 81 -
CMYK 0.24 0 0.45 0.42
HSL 91.82º 0.29% 0.45% -
HSV(B) 91.82º 0.45% 0.58% -
XYZ 18.6 24.91 11.61 -
YUV 129.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 112 147 81 0.24 0 0.45 0.42 91.82 0.29 0.45
Hex 70 93 51 18 0 2D 2A 5C 1D 2D
Octal 160 223 121 30 0 55 52 134 35 55
Binary 1110000 10010011 1010001 11000 0 101101 101010 1011100 11101 101101

Color Harmonies of #709351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709351

Black with #709351

Text Example


Text Example

White with #709351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709351; }

 p { color: rgb(112,147,81); }

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

background-color css

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

 a { background-color: rgb(112,147,81); }

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

border-color css

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

 span { border-color: rgb(112,147,81); }

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