#71895D

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

Shades of Highland #71895D

Tints of Highland #71895D

Color information

#71895D (or 0x71895D) is unknown color: approx Highland. HEX triplet: 71, 89 and 5D. RGB value is (113,137,93). Sum of RGB (Red+Green+Blue) = 113+137+93=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #71895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71895D is #8E76A2. Grayscale: #7C7C7C. Windows color (decimal): -9336483 or 6130033. OLE color: 6130033.

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

Color convert

RGB11313793-
CMYK0.1800.320.46
HSL92.73º19.13%45.1%-
HSV(B)92.73º32.12%53.73%-
XYZ17.7322.1913.7-
YUV124.81110.05119.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=32.94%
G=39.94%
B=27.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137930.1800.320.4692.7319.1345.1
Hex71895D120202E5d132d
Octal16121113522040561352355
Binary1110001100010011011101100100100000101110101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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