#839468

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

Shades of Highland #839468

Tints of Highland #839468

Color information

#839468 (or 0x839468) is unknown color: approx Highland. HEX triplet: 83, 94 and 68. RGB value is (131,148,104). Sum of RGB (Red+Green+Blue) = 131+148+104=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #839468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839468 is #7C6B97. Grayscale: #8A8A8A. Windows color (decimal): -8154008 or 6853763. OLE color: 6853763.

HSL color Cylindrical-coordinate representation of color #839468: hue angle of 83.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839468 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB131148104-
CMYK0.1100.300.42
HSL83.18º17.46%49.41%-
HSV(B)83.18º29.73%58.04%-
XYZ22.452717.13-
YUV137.9108.87123.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=34.20%
G=38.64%
B=27.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481040.1100.300.4283.1817.4649.41
Hex839468B01E2A531131
Octal20322415013036521232161
Binary100000111001010011010001011011110101010101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839468; }

 p { color: rgb(131,148,104); }

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

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

 a { background-color: rgb(131,148,104); }

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

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

 span { border-color: rgb(131,148,104); }

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