#839F6C

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

Shades of Highland #839F6C

Tints of Highland #839F6C

Color information

#839F6C (or 0x839F6C) is unknown color: approx Highland. HEX triplet: 83, 9F and 6C. RGB value is (131,159,108). Sum of RGB (Red+Green+Blue) = 131+159+108=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #839F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839F6C is #7C6093. Grayscale: #909090. Windows color (decimal): -8151188 or 7118723. OLE color: 7118723.

HSL color Cylindrical-coordinate representation of color #839F6C: hue angle of 92.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839F6C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB131159108-
CMYK0.1800.320.38
HSL92.94º20.99%52.35%-
HSV(B)92.94º32.08%62.35%-
XYZ24.4630.718.82-
YUV144.81107.22118.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=32.91%
G=39.95%
B=27.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311591080.1800.320.3892.9420.9952.35
Hex839F6C12020265d1534
Octal20323715422040461352564
Binary10000011100111111101100100100100000100110101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,159,108); }

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

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

 a { background-color: rgb(131,159,108); }

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

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

 span { border-color: rgb(131,159,108); }

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