#71746E

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

Shades of Camouflage Green #71746E

Tints of Camouflage Green #71746E

Color information

#71746E (or 0x71746E) is unknown color: approx Camouflage Green. HEX triplet: 71, 74 and 6E. RGB value is (113,116,110). Sum of RGB (Red+Green+Blue) = 113+116+110=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 116 - color contains mainly: green. Hex color #71746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71746E is #8E8B91. Grayscale: #727272. Windows color (decimal): -9341842 or 7238769. OLE color: 7238769.

HSL color Cylindrical-coordinate representation of color #71746E: hue angle of 90º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #71746E is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB113116110-
CMYK0.0300.050.55
HSL90º2.65%44.31%-
HSV(B)90º5.17%45.49%-
XYZ15.8717.1317.22-
YUV114.42125.51126.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=33.33%
G=34.22%
B=32.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131161100.0300.050.55902.6544.31
Hex71746E305375a32c
Octal16116415630567132354
Binary111000111101001101110110101110111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,116,110); }

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

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

 a { background-color: rgb(113,116,110); }

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

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

 span { border-color: rgb(113,116,110); }

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