Html Css Color HEX #709057 Highland

📋 copy color: '#709057'

red 112 ◦ green 144 ◦ blue 87

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

Shades of Highland #709057

Tints of Highland #709057

RGB

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

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

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

R = 32.65%
G = 41.98%
B = 25.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#709057 (or 0x709057) is known color: Highland. HEX triplet: 70, 90 and 57. RGB value is (112,144,87). Sum of RGB (Red+Green+Blue) = 112+144+87=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #709057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709057 is #8F6FA8. Grayscale: #808080. Windows color (decimal): -9400233 or 5738608. OLE color: 5738608.

HSL color Cylindrical-coordinate representation of color #709057: hue angle of 93.68º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709057 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 87 -
CMYK 0.22 0 0.40 0.44
HSL 93.68º 0.25% 0.45% -
HSV(B) 93.68º 0.4% 0.56% -
XYZ 18.38 24.08 12.7 -
YUV 127.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 112 144 87 0.22 0 0.40 0.44 93.68 0.25 0.45
Hex 70 90 57 16 0 28 2C 5E 19 2D
Octal 160 220 127 26 0 50 54 136 31 55
Binary 1110000 10010000 1010111 10110 0 101000 101100 1011110 11001 101101

Color Harmonies of #709057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709057

Black with #709057

Text Example


Text Example

White with #709057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709057; }

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

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

background-color css

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

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

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

border-color css

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

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

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