Html Css Color HEX #859B6D Highland

📋 copy color: '#859B6D'

red 133 ◦ green 155 ◦ blue 109

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

Shades of Highland #859B6D

Tints of Highland #859B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 33.5%
G = 39.04%
B = 27.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#859B6D (or 0x859B6D) is known color: Highland. HEX triplet: 85, 9B and 6D. RGB value is (133,155,109). Sum of RGB (Red+Green+Blue) = 133+155+109=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #859B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B6D is #7A6492. Grayscale: #8F8F8F. Windows color (decimal): -8021139 or 7183237. OLE color: 7183237.

HSL color Cylindrical-coordinate representation of color #859B6D: hue angle of 88.7º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859B6D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 109 -
CMYK 0.14 0 0.30 0.39
HSL 88.7º 0.19% 0.52% -
HSV(B) 88.7º 0.3% 0.61% -
XYZ 24.15 29.53 18.9 -
YUV 143.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 133 155 109 0.14 0 0.30 0.39 88.7 0.19 0.52
Hex 85 9B 6D E 0 1E 27 59 13 34
Octal 205 233 155 16 0 36 47 131 23 64
Binary 10000101 10011011 1101101 1110 0 11110 100111 1011001 10011 110100

Color Harmonies of #859B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B6D

Black with #859B6D

Text Example


Text Example

White with #859B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859B6D; }

 p { color: rgb(133,155,109); }

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

background-color css

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

 a { background-color: rgb(133,155,109); }

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

border-color css

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

 span { border-color: rgb(133,155,109); }

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