Html Css Color HEX #859459 Highland

📋 copy color: '#859459'

red 133 ◦ green 148 ◦ blue 89

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

Shades of Highland #859459

Tints of Highland #859459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 35.95%
G = 40%
B = 24.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#859459 (or 0x859459) is known color: Highland. HEX triplet: 85, 94 and 59. RGB value is (133,148,89). Sum of RGB (Red+Green+Blue) = 133+148+89=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #859459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859459 is #7A6BA6. Grayscale: #898989. Windows color (decimal): -8022951 or 5870725. OLE color: 5870725.

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

Color convert

RGB 133 148 89 -
CMYK 0.10 0 0.40 0.42
HSL 75.25º 0.25% 0.46% -
HSV(B) 75.25º 0.4% 0.58% -
XYZ 22.07 26.89 13.48 -
YUV 136.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 133 148 89 0.10 0 0.40 0.42 75.25 0.25 0.46
Hex 85 94 59 A 0 28 2A 4B 19 2E
Octal 205 224 131 12 0 50 52 113 31 56
Binary 10000101 10010100 1011001 1010 0 101000 101010 1001011 11001 101110

Color Harmonies of #859459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859459

Black with #859459

Text Example


Text Example

White with #859459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859459; }

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

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

background-color css

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

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

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

border-color css

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

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

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