#849370

Color #849370 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #849370

Tints of Highland #849370

Color information

#849370 (or 0x849370) is unknown color: approx Highland. HEX triplet: 84, 93 and 70. RGB value is (132,147,112). Sum of RGB (Red+Green+Blue) = 132+147+112=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #849370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849370 is #7B6C8F. Grayscale: #8A8A8A. Windows color (decimal): -8088720 or 7377796. OLE color: 7377796.

HSL color Cylindrical-coordinate representation of color #849370: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849370 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB132147112-
CMYK0.1000.240.42
HSL85.71º13.94%50.78%-
HSV(B)85.71º23.81%57.65%-
XYZ22.8726.9419.32-
YUV138.52113.03123.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=33.76%
G=37.60%
B=28.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471120.1000.240.4285.7113.9450.78
Hex849370A0182A56e33
Octal20422316012030521261663
Binary10000100100100111110000101001100010101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849370; }

 p { color: rgb(132,147,112); }

 H1.HeaderClassName
 {
   color: #849370;
 }
 .AnyTagClassName
 {
   color: #849370;
 }
</style>
background-color css

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

 a { background-color: rgb(132,147,112); }

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

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

 span { border-color: rgb(132,147,112); }

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