#839660

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

Shades of Highland #839660

Tints of Highland #839660

Color information

#839660 (or 0x839660) is unknown color: approx Highland. HEX triplet: 83, 96 and 60. RGB value is (131,150,96). Sum of RGB (Red+Green+Blue) = 131+150+96=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #839660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839660 is #7C699F. Grayscale: #8A8A8A. Windows color (decimal): -8153504 or 6329987. OLE color: 6329987.

HSL color Cylindrical-coordinate representation of color #839660: hue angle of 81.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839660 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB13115096-
CMYK0.1300.360.41
HSL81.11º21.95%48.24%-
HSV(B)81.11º36%58.82%-
XYZ22.3827.4815.19-
YUV138.16104.21122.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=34.75%
G=39.79%
B=25.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131150960.1300.360.4181.1121.9548.24
Hex839660D02429511630
Octal20322614015044511212660
Binary1000001110010110110000011010100100101001101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839660; }

 p { color: rgb(131,150,96); }

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

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

 a { background-color: rgb(131,150,96); }

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

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

 span { border-color: rgb(131,150,96); }

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