Html Css Color HEX #709150 Highland

📋 copy color: '#709150'

red 112 ◦ green 145 ◦ blue 80

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

Shades of Highland #709150

Tints of Highland #709150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 33.23%
G = 43.03%
B = 23.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#709150 (or 0x709150) is known color: Highland. HEX triplet: 70, 91 and 50. RGB value is (112,145,80). Sum of RGB (Red+Green+Blue) = 112+145+80=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #709150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709150 is #8F6EAF. Grayscale: #7F7F7F. Windows color (decimal): -9399984 or 5280112. OLE color: 5280112.

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

Color convert

RGB 112 145 80 -
CMYK 0.23 0 0.45 0.43
HSL 90.46º 0.29% 0.44% -
HSV(B) 90.46º 0.45% 0.57% -
XYZ 18.26 24.27 11.31 -
YUV 127.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 112 145 80 0.23 0 0.45 0.43 90.46 0.29 0.44
Hex 70 91 50 17 0 2D 2B 5A 1D 2C
Octal 160 221 120 27 0 55 53 132 35 54
Binary 1110000 10010001 1010000 10111 0 101101 101011 1011010 11101 101100

Color Harmonies of #709150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709150

Black with #709150

Text Example


Text Example

White with #709150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709150; }

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

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

background-color css

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

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

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

border-color css

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

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

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