#71915D

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

Shades of Highland #71915D

Tints of Highland #71915D

Color information

#71915D (or 0x71915D) is unknown color: approx Highland. HEX triplet: 71, 91 and 5D. RGB value is (113,145,93). Sum of RGB (Red+Green+Blue) = 113+145+93=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #71915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71915D is #8E6EA2. Grayscale: #818181. Windows color (decimal): -9334435 or 6132081. OLE color: 6132081.

HSL color Cylindrical-coordinate representation of color #71915D: hue angle of 96.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71915D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB11314593-
CMYK0.2200.360.43
HSL96.92º21.85%46.67%-
HSV(B)96.92º35.86%56.86%-
XYZ18.9124.5514.1-
YUV129.5107.4116.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=32.19%
G=41.31%
B=26.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145930.2200.360.4396.9221.8546.67
Hex71915D160242B61162f
Octal16122113526044531412657
Binary1110001100100011011101101100100100101011110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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