Html Css Color HEX #709257 Highland

📋 copy color: '#709257'

red 112 ◦ green 146 ◦ blue 87

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

Shades of Highland #709257

Tints of Highland #709257

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

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

R = 32.46%
G = 42.32%
B = 25.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#709257 (or 0x709257) is known color: Highland. HEX triplet: 70, 92 and 57. RGB value is (112,146,87). Sum of RGB (Red+Green+Blue) = 112+146+87=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #709257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709257 is #8F6DA8. Grayscale: #818181. Windows color (decimal): -9399721 or 5739120. OLE color: 5739120.

HSL color Cylindrical-coordinate representation of color #709257: hue angle of 94.58º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709257 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 87 -
CMYK 0.23 0 0.40 0.43
HSL 94.58º 0.25% 0.46% -
HSV(B) 94.58º 0.4% 0.57% -
XYZ 18.68 24.69 12.8 -
YUV 129.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 112 146 87 0.23 0 0.40 0.43 94.58 0.25 0.46
Hex 70 92 57 17 0 28 2B 5F 19 2E
Octal 160 222 127 27 0 50 53 137 31 56
Binary 1110000 10010010 1010111 10111 0 101000 101011 1011111 11001 101110

Color Harmonies of #709257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709257

Black with #709257

Text Example


Text Example

White with #709257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709257; }

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

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

background-color css

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

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

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

border-color css

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

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

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