Html Css Color HEX #709357 Highland

📋 copy color: '#709357'

red 112 ◦ green 147 ◦ blue 87

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

Shades of Highland #709357

Tints of Highland #709357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 32.37%
G = 42.49%
B = 25.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#709357 (or 0x709357) is known color: Highland. HEX triplet: 70, 93 and 57. RGB value is (112,147,87). Sum of RGB (Red+Green+Blue) = 112+147+87=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #709357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709357 is #8F6CA8. Grayscale: #818181. Windows color (decimal): -9399465 or 5739376. OLE color: 5739376.

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

Color convert

RGB 112 147 87 -
CMYK 0.24 0 0.41 0.42
HSL 95º 0.26% 0.46% -
HSV(B) 95º 0.41% 0.58% -
XYZ 18.84 25 12.85 -
YUV 129.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 112 147 87 0.24 0 0.41 0.42 95 0.26 0.46
Hex 70 93 57 18 0 29 2A 5F 1A 2E
Octal 160 223 127 30 0 51 52 137 32 56
Binary 1110000 10010011 1010111 11000 0 101001 101010 1011111 11010 101110

Color Harmonies of #709357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709357

Black with #709357

Text Example


Text Example

White with #709357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709357; }

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

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

background-color css

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

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

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

border-color css

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

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

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