#71865C

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

Shades of Camouflage Green #71865C

Tints of Camouflage Green #71865C

Color information

#71865C (or 0x71865C) is unknown color: approx Camouflage Green. HEX triplet: 71, 86 and 5C. RGB value is (113,134,92). Sum of RGB (Red+Green+Blue) = 113+134+92=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #71865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71865C is #8E79A3. Grayscale: #7B7B7B. Windows color (decimal): -9337252 or 6063729. OLE color: 6063729.

HSL color Cylindrical-coordinate representation of color #71865C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71865C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB11313492-
CMYK0.1600.310.47
HSL90º18.58%44.31%-
HSV(B)90º31.34%52.55%-
XYZ17.2721.3313.33-
YUV122.93110.54120.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=33.33%
G=39.53%
B=27.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134920.1600.310.479018.5844.31
Hex71865C1001F2F5a132c
Octal16120613420037571322354
Binary111000110000110101110010000011111101111101101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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