#839770

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

Shades of Highland #839770

Tints of Highland #839770

Color information

#839770 (or 0x839770) is unknown color: approx Highland. HEX triplet: 83, 97 and 70. RGB value is (131,151,112). Sum of RGB (Red+Green+Blue) = 131+151+112=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #839770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839770 is #7C688F. Grayscale: #8C8C8C. Windows color (decimal): -8153232 or 7378819. OLE color: 7378819.

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

Color convert

RGB131151112-
CMYK0.1300.260.41
HSL90.77º15.79%51.57%-
HSV(B)90.77º25.83%59.22%-
XYZ23.3528.1319.53-
YUV140.57111.87121.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=33.25%
G=38.32%
B=28.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511120.1300.260.4190.7715.7951.57
Hex839770D01A295b1034
Octal20322716015032511332064
Binary100000111001011111100001101011010101001101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839770; }

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

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

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

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

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

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

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

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