#71865F

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

Shades of Camouflage Green #71865F

Tints of Camouflage Green #71865F

Color information

#71865F (or 0x71865F) is unknown color: approx Camouflage Green. HEX triplet: 71, 86 and 5F. RGB value is (113,134,95). Sum of RGB (Red+Green+Blue) = 113+134+95=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #71865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71865F is #8E79A0. Grayscale: #7B7B7B. Windows color (decimal): -9337249 or 6260337. OLE color: 6260337.

HSL color Cylindrical-coordinate representation of color #71865F: hue angle of 92.31º 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 #71865F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11313495-
CMYK0.1600.290.47
HSL92.31º17.03%44.9%-
HSV(B)92.31º29.1%52.55%-
XYZ17.421.3914.04-
YUV123.28112.04120.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=33.04%
G=39.18%
B=27.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134950.1600.290.4792.3117.0344.9
Hex71865F1001D2F5c112d
Octal16120613720035571342155
Binary111000110000110101111110000011101101111101110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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