Html Css Color HEX #859358 Highland

📋 copy color: '#859358'

red 133 ◦ green 147 ◦ blue 88

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

Shades of Highland #859358

Tints of Highland #859358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 36.14%
G = 39.95%
B = 23.91%

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

#859358 (or 0x859358) is known color: Highland. HEX triplet: 85, 93 and 58. RGB value is (133,147,88). Sum of RGB (Red+Green+Blue) = 133+147+88=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #859358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859358 is #7A6CA7. Grayscale: #888888. Windows color (decimal): -8023208 or 5804933. OLE color: 5804933.

HSL color Cylindrical-coordinate representation of color #859358: hue angle of 74.24º 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 #859358 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 88 -
CMYK 0.10 0 0.40 0.42
HSL 74.24º 0.25% 0.46% -
HSV(B) 74.24º 0.4% 0.58% -
XYZ 21.87 26.56 13.21 -
YUV 136.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 133 147 88 0.10 0 0.40 0.42 74.24 0.25 0.46
Hex 85 93 58 A 0 28 2A 4A 19 2E
Octal 205 223 130 12 0 50 52 112 31 56
Binary 10000101 10010011 1011000 1010 0 101000 101010 1001010 11001 101110

Color Harmonies of #859358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859358

Black with #859358

Text Example


Text Example

White with #859358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859358; }

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

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

background-color css

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

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

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

border-color css

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

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

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