#839970

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

Shades of Highland #839970

Tints of Highland #839970

Color information

#839970 (or 0x839970) is unknown color: approx Highland. HEX triplet: 83, 99 and 70. RGB value is (131,153,112). Sum of RGB (Red+Green+Blue) = 131+153+112=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #839970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839970 is #7C668F. Grayscale: #8D8D8D. Windows color (decimal): -8152720 or 7379331. OLE color: 7379331.

HSL color Cylindrical-coordinate representation of color #839970: hue angle of 92.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #839970 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB131153112-
CMYK0.1400.270.4
HSL92.2º16.73%51.96%-
HSV(B)92.2º26.8%60%-
XYZ23.6828.7819.64-
YUV141.75111.21120.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=33.08%
G=38.64%
B=28.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531120.1400.270.492.216.7351.96
Hex839970E01B285c1134
Octal20323116016033501342164
Binary100000111001100111100001110011011101000101110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839970; }

 p { color: rgb(131,153,112); }

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

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

 a { background-color: rgb(131,153,112); }

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

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

 span { border-color: rgb(131,153,112); }

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