#839B60

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

Shades of Highland #839B60

Tints of Highland #839B60

Color information

#839B60 (or 0x839B60) is unknown color: approx Highland. HEX triplet: 83, 9B and 60. RGB value is (131,155,96). Sum of RGB (Red+Green+Blue) = 131+155+96=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #839B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B60 is #7C649F. Grayscale: #8D8D8D. Windows color (decimal): -8152224 or 6331267. OLE color: 6331267.

HSL color Cylindrical-coordinate representation of color #839B60: hue angle of 84.41º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839B60 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB13115596-
CMYK0.1500.380.39
HSL84.41º23.51%49.22%-
HSV(B)84.41º38.06%60.78%-
XYZ23.1929.1115.46-
YUV141.1102.55120.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=34.29%
G=40.58%
B=25.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131155960.1500.380.3984.4123.5149.22
Hex839B60F02627541831
Octal20323314017046471243061
Binary1000001110011011110000011110100110100111101010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839B60; }

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

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

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

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

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

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

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

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