#859967

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

Shades of Highland #859967

Tints of Highland #859967

Color information

#859967 (or 0x859967) is unknown color: approx Highland. HEX triplet: 85, 99 and 67. RGB value is (133,153,103). Sum of RGB (Red+Green+Blue) = 133+153+103=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #859967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859967 is #7A6698. Grayscale: #8D8D8D. Windows color (decimal): -8021657 or 6789509. OLE color: 6789509.

HSL color Cylindrical-coordinate representation of color #859967: hue angle of 84º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859967 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB133153103-
CMYK0.1300.330.4
HSL84º19.69%50.2%-
HSV(B)84º32.68%60%-
XYZ23.5128.7517.14-
YUV141.32106.37122.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=34.19%
G=39.33%
B=26.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531030.1300.330.48419.6950.2
Hex859967D02128541432
Octal20523114715041501242462
Binary1000010110011001110011111010100001101000101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859967; }

 p { color: rgb(133,153,103); }

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

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

 a { background-color: rgb(133,153,103); }

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

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

 span { border-color: rgb(133,153,103); }

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