#71905D

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

Shades of Highland #71905D

Tints of Highland #71905D

Color information

#71905D (or 0x71905D) is unknown color: approx Highland. HEX triplet: 71, 90 and 5D. RGB value is (113,144,93). Sum of RGB (Red+Green+Blue) = 113+144+93=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #71905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71905D is #8E6FA2. Grayscale: #818181. Windows color (decimal): -9334691 or 6131825. OLE color: 6131825.

HSL color Cylindrical-coordinate representation of color #71905D: hue angle of 96.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71905D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB11314493-
CMYK0.2200.350.44
HSL96.47º21.52%46.47%-
HSV(B)96.47º35.42%56.47%-
XYZ18.7624.2514.05-
YUV128.92107.73116.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=32.29%
G=41.14%
B=26.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144930.2200.350.4496.4721.5246.47
Hex71905D160232C60162e
Octal16122013526043541402656
Binary1110001100100001011101101100100011101100110000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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