Html Css Color HEX #859359 Highland

📋 copy color: '#859359'

red 133 ◦ green 147 ◦ blue 89

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

Shades of Highland #859359

Tints of Highland #859359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 36.04%
G = 39.84%
B = 24.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#859359 (or 0x859359) is known color: Highland. HEX triplet: 85, 93 and 59. RGB value is (133,147,89). Sum of RGB (Red+Green+Blue) = 133+147+89=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #859359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859359 is #7A6CA6. Grayscale: #888888. Windows color (decimal): -8023207 or 5870469. OLE color: 5870469.

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

Color convert

RGB 133 147 89 -
CMYK 0.10 0 0.39 0.42
HSL 74.48º 0.25% 0.46% -
HSV(B) 74.48º 0.39% 0.58% -
XYZ 21.91 26.58 13.43 -
YUV 136.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 133 147 89 0.10 0 0.39 0.42 74.48 0.25 0.46
Hex 85 93 59 A 0 27 2A 4A 19 2E
Octal 205 223 131 12 0 47 52 112 31 56
Binary 10000101 10010011 1011001 1010 0 100111 101010 1001010 11001 101110

Color Harmonies of #859359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859359

Black with #859359

Text Example


Text Example

White with #859359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859359; }

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

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

background-color css

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

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

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

border-color css

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

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

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