#849D69

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

Shades of Highland #849D69

Tints of Highland #849D69

Color information

#849D69 (or 0x849D69) is unknown color: approx Highland. HEX triplet: 84, 9D and 69. RGB value is (132,157,105). Sum of RGB (Red+Green+Blue) = 132+157+105=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #849D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D69 is #7B6296. Grayscale: #8F8F8F. Windows color (decimal): -8086167 or 6921604. OLE color: 6921604.

HSL color Cylindrical-coordinate representation of color #849D69: hue angle of 88.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849D69 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB132157105-
CMYK0.1600.330.38
HSL88.85º20.97%51.37%-
HSV(B)88.85º33.12%61.57%-
XYZ24.1230.0417.89-
YUV143.6106.22119.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=33.50%
G=39.85%
B=26.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571050.1600.330.3888.8520.9751.37
Hex849D691002126591533
Octal20423515120041461312563
Binary10000100100111011101001100000100001100110101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D69; }

 p { color: rgb(132,157,105); }

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

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

 a { background-color: rgb(132,157,105); }

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

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

 span { border-color: rgb(132,157,105); }

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