Html Css Color HEX #709555 Highland

📋 copy color: '#709555'

red 112 ◦ green 149 ◦ blue 85

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

Shades of Highland #709555

Tints of Highland #709555

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 32.37%
G = 43.06%
B = 24.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#709555 (or 0x709555) is known color: Highland. HEX triplet: 70, 95 and 55. RGB value is (112,149,85). Sum of RGB (Red+Green+Blue) = 112+149+85=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #709555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709555 is #8F6AAA. Grayscale: #828282. Windows color (decimal): -9398955 or 5608816. OLE color: 5608816.

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

Color convert

RGB 112 149 85 -
CMYK 0.25 0 0.43 0.42
HSL 94.69º 0.27% 0.46% -
HSV(B) 94.69º 0.43% 0.58% -
XYZ 19.07 25.6 12.53 -
YUV 130.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 112 149 85 0.25 0 0.43 0.42 94.69 0.27 0.46
Hex 70 95 55 19 0 2B 2A 5F 1B 2E
Octal 160 225 125 31 0 53 52 137 33 56
Binary 1110000 10010101 1010101 11001 0 101011 101010 1011111 11011 101110

Color Harmonies of #709555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709555

Black with #709555

Text Example


Text Example

White with #709555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709555; }

 p { color: rgb(112,149,85); }

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

background-color css

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

 a { background-color: rgb(112,149,85); }

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

border-color css

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

 span { border-color: rgb(112,149,85); }

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