#71915C

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

Shades of Highland #71915C

Tints of Highland #71915C

Color information

#71915C (or 0x71915C) is unknown color: approx Highland. HEX triplet: 71, 91 and 5C. RGB value is (113,145,92). Sum of RGB (Red+Green+Blue) = 113+145+92=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #71915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71915C is #8E6EA3. Grayscale: #818181. Windows color (decimal): -9334436 or 6066545. OLE color: 6066545.

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

Color convert

RGB11314592-
CMYK0.2200.370.43
HSL96.23º22.36%46.47%-
HSV(B)96.23º36.55%56.86%-
XYZ18.8724.5313.87-
YUV129.39106.9116.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=32.29%
G=41.43%
B=26.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145920.2200.370.4396.2322.3646.47
Hex71915C160252B60162e
Octal16122113426045531402656
Binary1110001100100011011100101100100101101011110000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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