Html Css Color HEX #709157 Highland

📋 copy color: '#709157'

red 112 ◦ green 145 ◦ blue 87

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

Shades of Highland #709157

Tints of Highland #709157

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 32.56%
G = 42.15%
B = 25.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#709157 (or 0x709157) is known color: Highland. HEX triplet: 70, 91 and 57. RGB value is (112,145,87). Sum of RGB (Red+Green+Blue) = 112+145+87=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #709157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709157 is #8F6EA8. Grayscale: #808080. Windows color (decimal): -9399977 or 5738864. OLE color: 5738864.

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

Color convert

RGB 112 145 87 -
CMYK 0.23 0 0.4 0.43
HSL 94.14º 0.25% 0.45% -
HSV(B) 94.14º 0.4% 0.57% -
XYZ 18.53 24.38 12.75 -
YUV 128.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 112 145 87 0.23 0 0.4 0.43 94.14 0.25 0.45
Hex 70 91 57 17 0 28 2B 5E 19 2D
Octal 160 221 127 27 0 50 53 136 31 55
Binary 1110000 10010001 1010111 10111 0 101000 101011 1011110 11001 101101

Color Harmonies of #709157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709157

Black with #709157

Text Example


Text Example

White with #709157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709157; }

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

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

background-color css

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

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

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

border-color css

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

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

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