Html Css Color HEX #709155 Highland

📋 copy color: '#709155'

red 112 ◦ green 145 ◦ blue 85

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

Shades of Highland #709155

Tints of Highland #709155

RGB

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

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

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

R = 32.75%
G = 42.4%
B = 24.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#709155 (or 0x709155) is known color: Highland. HEX triplet: 70, 91 and 55. RGB value is (112,145,85). Sum of RGB (Red+Green+Blue) = 112+145+85=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #709155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709155 is #8F6EAA. Grayscale: #808080. Windows color (decimal): -9399979 or 5607792. OLE color: 5607792.

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

Color convert

RGB 112 145 85 -
CMYK 0.23 0 0.41 0.43
HSL 93º 0.26% 0.45% -
HSV(B) 93º 0.41% 0.57% -
XYZ 18.45 24.35 12.32 -
YUV 128.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 112 145 85 0.23 0 0.41 0.43 93 0.26 0.45
Hex 70 91 55 17 0 29 2B 5D 1A 2D
Octal 160 221 125 27 0 51 53 135 32 55
Binary 1110000 10010001 1010101 10111 0 101001 101011 1011101 11010 101101

Color Harmonies of #709155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709155

Black with #709155

Text Example


Text Example

White with #709155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709155; }

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

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

background-color css

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

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

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

border-color css

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

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

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