#71955D

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

Shades of Highland #71955D

Tints of Highland #71955D

Color information

#71955D (or 0x71955D) is unknown color: approx Highland. HEX triplet: 71, 95 and 5D. RGB value is (113,149,93). Sum of RGB (Red+Green+Blue) = 113+149+93=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #71955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71955D is #8E6AA2. Grayscale: #848484. Windows color (decimal): -9333411 or 6133105. OLE color: 6133105.

HSL color Cylindrical-coordinate representation of color #71955D: hue angle of 98.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71955D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11314993-
CMYK0.2400.380.42
HSL98.57º23.14%47.45%-
HSV(B)98.57º37.58%58.43%-
XYZ19.5325.814.31-
YUV131.85106.07114.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=31.83%
G=41.97%
B=26.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149930.2400.380.4298.5723.1447.45
Hex71955D180262A63172f
Octal16122513530046521432757
Binary1110001100101011011101110000100110101010110001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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