#71895B

Color #71895B Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #71895B

Tints of Highland #71895B

Color information

#71895B (or 0x71895B) is unknown color: approx Highland. HEX triplet: 71, 89 and 5B. RGB value is (113,137,91). Sum of RGB (Red+Green+Blue) = 113+137+91=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #71895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71895B is #8E76A4. Grayscale: #7C7C7C. Windows color (decimal): -9336485 or 5998961. OLE color: 5998961.

HSL color Cylindrical-coordinate representation of color #71895B: hue angle of 91.3º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71895B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB11313791-
CMYK0.1800.340.46
HSL91.3º20.18%44.71%-
HSV(B)91.3º33.58%53.73%-
XYZ17.6422.1613.24-
YUV124.58109.05119.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=33.14%
G=40.18%
B=26.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137910.1800.340.4691.320.1844.71
Hex71895B120222E5b142d
Octal16121113322042561332455
Binary1110001100010011011011100100100010101110101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71895B; }

 p { color: rgb(113,137,91); }

 H1.HeaderClassName
 {
   color: #71895B;
 }
 .AnyTagClassName
 {
   color: #71895B;
 }
</style>
background-color css

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

 a { background-color: rgb(113,137,91); }

 div.DivClassName
 {
   background-color: #71895B;
 }
 .BgClassName
 {
   background-color: #71895B;
 }
</style>
border-color css

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

 span { border-color: rgb(113,137,91); }

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