#72864B

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

Shades of Dingley #72864B

Tints of Dingley #72864B

Color information

#72864B (or 0x72864B) is unknown color: approx Dingley. HEX triplet: 72, 86 and 4B. RGB value is (114,134,75). Sum of RGB (Red+Green+Blue) = 114+134+75=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #72864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72864B is #8D79B4. Grayscale: #797979. Windows color (decimal): -9271733 or 4949618. OLE color: 4949618.

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

Color convert

RGB11413475-
CMYK0.1500.440.47
HSL80.34º28.23%40.98%-
HSV(B)80.34º44.03%52.55%-
XYZ16.7321.149.85-
YUV121.29101.87122.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=35.29%
G=41.49%
B=23.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134750.1500.440.4780.3428.2340.98
Hex72864BF02C2F501c29
Octal16220611317054571203451
Binary111001010000110100101111110101100101111101000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72864B; }

 p { color: rgb(114,134,75); }

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

<style>
 a { background-color: #72864B; }

 a { background-color: rgb(114,134,75); }

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

<style>
 span { border-color: #72864B; }

 span { border-color: rgb(114,134,75); }

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