Html Css Color HEX #859572 Highland

📋 copy color: '#859572'

red 133 ◦ green 149 ◦ blue 114

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

Shades of Highland #859572

Tints of Highland #859572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 33.59%
G = 37.63%
B = 28.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#859572 (or 0x859572) is known color: Highland. HEX triplet: 85, 95 and 72. RGB value is (133,149,114). Sum of RGB (Red+Green+Blue) = 133+149+114=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #859572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859572 is #7A6A8D. Grayscale: #8C8C8C. Windows color (decimal): -8022670 or 7509381. OLE color: 7509381.

HSL color Cylindrical-coordinate representation of color #859572: hue angle of 87.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859572 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 114 -
CMYK 0.11 0 0.23 0.42
HSL 87.43º 0.14% 0.52% -
HSV(B) 87.43º 0.23% 0.58% -
XYZ 23.46 27.7 20.03 -
YUV 140.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 133 149 114 0.11 0 0.23 0.42 87.43 0.14 0.52
Hex 85 95 72 B 0 17 2A 57 E 34
Octal 205 225 162 13 0 27 52 127 16 64
Binary 10000101 10010101 1110010 1011 0 10111 101010 1010111 1110 110100

Color Harmonies of #859572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859572

Black with #859572

Text Example


Text Example

White with #859572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859572; }

 p { color: rgb(133,149,114); }

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

background-color css

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

 a { background-color: rgb(133,149,114); }

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

border-color css

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

 span { border-color: rgb(133,149,114); }

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