Html Css Color HEX #859868 Highland

📋 copy color: '#859868'

red 133 ◦ green 152 ◦ blue 104

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

Shades of Highland #859868

Tints of Highland #859868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 34.19%
G = 39.07%
B = 26.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#859868 (or 0x859868) is known color: Highland. HEX triplet: 85, 98 and 68. RGB value is (133,152,104). Sum of RGB (Red+Green+Blue) = 133+152+104=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #859868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859868 is #7A6797. Grayscale: #8D8D8D. Windows color (decimal): -8021912 or 6854789. OLE color: 6854789.

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

Color convert

RGB 133 152 104 -
CMYK 0.13 0 0.32 0.40
HSL 83.75º 0.19% 0.5% -
HSV(B) 83.75º 0.32% 0.6% -
XYZ 23.4 28.44 17.35 -
YUV 140.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 133 152 104 0.13 0 0.32 0.40 83.75 0.19 0.5
Hex 85 98 68 D 0 20 28 54 13 32
Octal 205 230 150 15 0 40 50 124 23 62
Binary 10000101 10011000 1101000 1101 0 100000 101000 1010100 10011 110010

Color Harmonies of #859868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859868

Black with #859868

Text Example


Text Example

White with #859868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859868; }

 p { color: rgb(133,152,104); }

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

background-color css

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

 a { background-color: rgb(133,152,104); }

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

border-color css

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

 span { border-color: rgb(133,152,104); }

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