#72865F

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

Shades of Camouflage Green #72865F

Tints of Camouflage Green #72865F

Color information

#72865F (or 0x72865F) is unknown color: approx Camouflage Green. HEX triplet: 72, 86 and 5F. RGB value is (114,134,95). Sum of RGB (Red+Green+Blue) = 114+134+95=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #72865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72865F is #8D79A0. Grayscale: #7B7B7B. Windows color (decimal): -9271713 or 6260338. OLE color: 6260338.

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

Color convert

RGB11413495-
CMYK0.1500.290.47
HSL90.77º17.03%44.9%-
HSV(B)90.77º29.1%52.55%-
XYZ17.5321.4514.04-
YUV123.57111.87121.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=33.24%
G=39.07%
B=27.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134950.1500.290.4790.7717.0344.9
Hex72865FF01D2F5b112d
Octal16220613717035571332155
Binary11100101000011010111111111011101101111101101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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