#72895F

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

Shades of Camouflage Green #72895F

Tints of Camouflage Green #72895F

Color information

#72895F (or 0x72895F) is unknown color: approx Camouflage Green. HEX triplet: 72, 89 and 5F. RGB value is (114,137,95). Sum of RGB (Red+Green+Blue) = 114+137+95=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #72895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72895F is #8D76A0. Grayscale: #7D7D7D. Windows color (decimal): -9270945 or 6261106. OLE color: 6261106.

HSL color Cylindrical-coordinate representation of color #72895F: hue angle of 92.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72895F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11413795-
CMYK0.1700.310.46
HSL92.86º18.1%45.49%-
HSV(B)92.86º30.66%53.73%-
XYZ17.9522.2914.18-
YUV125.34110.88119.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=32.95%
G=39.60%
B=27.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137950.1700.310.4692.8618.145.49
Hex72895F1101F2E5d122d
Octal16221113721037561352255
Binary111001010001001101111110001011111101110101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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