#71874A

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

Shades of Dingley #71874A

Tints of Dingley #71874A

Color information

#71874A (or 0x71874A) is unknown color: approx Dingley. HEX triplet: 71, 87 and 4A. RGB value is (113,135,74). Sum of RGB (Red+Green+Blue) = 113+135+74=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #71874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71874A is #8E78B5. Grayscale: #797979. Windows color (decimal): -9337014 or 4884337. OLE color: 4884337.

HSL color Cylindrical-coordinate representation of color #71874A: hue angle of 81.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71874A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB11313574-
CMYK0.1600.450.47
HSL81.64º29.19%40.98%-
HSV(B)81.64º45.19%52.94%-
XYZ16.7121.339.72-
YUV121.47101.21121.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=35.09%
G=41.93%
B=22.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135740.1600.450.4781.6429.1940.98
Hex71874A1002D2F521d29
Octal16120711220055571223551
Binary1110001100001111001010100000101101101111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71874A; }

 p { color: rgb(113,135,74); }

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

<style>
 a { background-color: #71874A; }

 a { background-color: rgb(113,135,74); }

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

<style>
 span { border-color: #71874A; }

 span { border-color: rgb(113,135,74); }

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