#859462

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

Shades of Highland #859462

Tints of Highland #859462

Color information

#859462 (or 0x859462) is unknown color: approx Highland. HEX triplet: 85, 94 and 62. RGB value is (133,148,98). Sum of RGB (Red+Green+Blue) = 133+148+98=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #859462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859462 is #7A6B9D. Grayscale: #8A8A8A. Windows color (decimal): -8022942 or 6460549. OLE color: 6460549.

HSL color Cylindrical-coordinate representation of color #859462: hue angle of 78º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859462 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB13314898-
CMYK0.1000.340.42
HSL78º20.33%48.24%-
HSV(B)78º33.78%58.04%-
XYZ22.4727.0515.59-
YUV137.82105.53124.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=35.09%
G=39.05%
B=25.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148980.1000.340.427820.3348.24
Hex859462A0222A4e1430
Octal20522414212042521162460
Binary1000010110010100110001010100100010101010100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859462; }

 p { color: rgb(133,148,98); }

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

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

 a { background-color: rgb(133,148,98); }

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

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

 span { border-color: rgb(133,148,98); }

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