#839062

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

Shades of Highland #839062

Tints of Highland #839062

Color information

#839062 (or 0x839062) is unknown color: approx Highland. HEX triplet: 83, 90 and 62. RGB value is (131,144,98). Sum of RGB (Red+Green+Blue) = 131+144+98=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #839062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839062 is #7C6F9D. Grayscale: #878787. Windows color (decimal): -8155038 or 6459523. OLE color: 6459523.

HSL color Cylindrical-coordinate representation of color #839062: hue angle of 76.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839062 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB13114498-
CMYK0.0900.320.44
HSL76.96º19.01%47.45%-
HSV(B)76.96º31.94%56.47%-
XYZ21.5425.6515.37-
YUV134.87107.19125.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=35.12%
G=38.61%
B=26.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144980.0900.320.4476.9619.0147.45
Hex83906290202C4d132f
Octal20322014211040541152357
Binary1000001110010000110001010010100000101100100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839062; }

 p { color: rgb(131,144,98); }

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

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

 a { background-color: rgb(131,144,98); }

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

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

 span { border-color: rgb(131,144,98); }

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