#72865E

Color #72865E Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #72865E

Tints of Camouflage Green #72865E

Color information

#72865E (or 0x72865E) is unknown color: approx Camouflage Green. HEX triplet: 72, 86 and 5E. RGB value is (114,134,94). Sum of RGB (Red+Green+Blue) = 114+134+94=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #72865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72865E is #8D79A1. Grayscale: #7B7B7B. Windows color (decimal): -9271714 or 6194802. OLE color: 6194802.

HSL color Cylindrical-coordinate representation of color #72865E: hue angle of 90º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72865E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11413494-
CMYK0.1500.300.47
HSL90º17.54%44.71%-
HSV(B)90º29.85%52.55%-
XYZ17.4821.4413.81-
YUV123.46111.37121.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=33.33%
G=39.18%
B=27.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134940.1500.300.479017.5444.71
Hex72865EF01E2F5a122d
Octal16220613617036571322255
Binary11100101000011010111101111011110101111101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72865E; }

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

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

<style>
 a { background-color: #72865E; }

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

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

<style>
 span { border-color: #72865E; }

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

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