#71884C

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

Shades of Dingley #71884C

Tints of Dingley #71884C

Color information

#71884C (or 0x71884C) is unknown color: approx Dingley. HEX triplet: 71, 88 and 4C. RGB value is (113,136,76). Sum of RGB (Red+Green+Blue) = 113+136+76=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #71884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71884C is #8E77B3. Grayscale: #7A7A7A. Windows color (decimal): -9336756 or 5015665. OLE color: 5015665.

HSL color Cylindrical-coordinate representation of color #71884C: hue angle of 83º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71884C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11313676-
CMYK0.1700.440.47
HSL83º28.3%41.57%-
HSV(B)83º44.12%53.33%-
XYZ16.9221.6410.12-
YUV122.28101.88121.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=34.77%
G=41.85%
B=23.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136760.1700.440.478328.341.57
Hex71884C1102C2F531c2a
Octal16121011421054571233452
Binary1110001100010001001100100010101100101111101001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,136,76); }

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

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

 a { background-color: rgb(113,136,76); }

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

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

 span { border-color: rgb(113,136,76); }

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