Html Css Color HEX #859363 Highland

📋 copy color: '#859363'

red 133 ◦ green 147 ◦ blue 99

#859363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #859363

Tints of Highland #859363

RGB

 RED value IS 133 (52.34% from 255) = 35.09%

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 35.09%
G = 38.79%
B = 26.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#859363 (or 0x859363) is known color: Highland. HEX triplet: 85, 93 and 63. RGB value is (133,147,99). Sum of RGB (Red+Green+Blue) = 133+147+99=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #859363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859363 is #7A6C9C. Grayscale: #898989. Windows color (decimal): -8023197 or 6525829. OLE color: 6525829.

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

Color convert

RGB 133 147 99 -
CMYK 0.10 0 0.33 0.42
HSL 77.5º 0.2% 0.48% -
HSV(B) 77.5º 0.33% 0.58% -
XYZ 22.36 26.75 15.79 -
YUV 137.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 133 147 99 0.10 0 0.33 0.42 77.5 0.2 0.48
Hex 85 93 63 A 0 21 2A 4E 14 30
Octal 205 223 143 12 0 41 52 116 24 60
Binary 10000101 10010011 1100011 1010 0 100001 101010 1001110 10100 110000

Color Harmonies of #859363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859363

Black with #859363

Text Example


Text Example

White with #859363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859363; }

 p { color: rgb(133,147,99); }

 H1.HeaderClassName
 {
   color: #859363;
 }
 .AnyTagClassName
 {
   color: #859363;
 }
</style>

background-color css

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

 a { background-color: rgb(133,147,99); }

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

border-color css

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

 span { border-color: rgb(133,147,99); }

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