#71854C

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

Shades of Dingley #71854C

Tints of Dingley #71854C

Color information

#71854C (or 0x71854C) is unknown color: approx Dingley. HEX triplet: 71, 85 and 4C. RGB value is (113,133,76). Sum of RGB (Red+Green+Blue) = 113+133+76=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #71854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71854C is #8E7AB3. Grayscale: #787878. Windows color (decimal): -9337524 or 5014897. OLE color: 5014897.

HSL color Cylindrical-coordinate representation of color #71854C: hue angle of 81.05º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71854C is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB11313376-
CMYK0.1500.430.48
HSL81.05º27.27%40.98%-
HSV(B)81.05º42.86%52.16%-
XYZ16.520.819.98-
YUV120.52102.87122.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=35.09%
G=41.30%
B=23.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133760.1500.430.4881.0527.2740.98
Hex71854CF02B30511b29
Octal16120511417053601213351
Binary111000110000101100110011110101011110000101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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